-
Notifications
You must be signed in to change notification settings - Fork 0
/
gapt-help
executable file
·23 lines (20 loc) · 949 Bytes
/
gapt-help
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#! /bin/sh
#*******************************************************************************
# Written by: Joshua DeWeese([email protected])
# please catch and release
#*******************************************************************************
echo "
using wget on internet machine...
1.) gapt-get update/upgrade/install [pkgname] > get.sh
2.) ./get.sh (in an empty dir on internet connected machine)
3.) gapt-unzip (run in dir downloads are saved in)
4.) gapt-cp (run in dir downloads are saved in)
5.) apt-get upgrade/install [pkgname]
using a web browser on internet machine...
1.) gapt-html update/upgrade/install [pkgname] > get.html
2.) download links in get.html (save to empty dir)
(note: make sure and save them as the name of the link, the browser may try to save them as the wrong name)
3.) gapt-unzip (run in dir downloads are saved in)
4.) gapt-cp (run in dir downloads are saved in)
5.) apt-get upgrade/install [pkgname]
"