1762034203
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 104 KiB |
@@ -15,8 +15,15 @@ echo "Using Shell $SHELL"
|
|||||||
if [ "$1" == "full" ]; then
|
if [ "$1" == "full" ]; then
|
||||||
echo "Updating software lists"
|
echo "Updating software lists"
|
||||||
sudo apt update
|
sudo apt update
|
||||||
|
echo "Doin full-upgrade"
|
||||||
|
sudo apt full-upgrade -y
|
||||||
echo "Installan my packages"
|
echo "Installan my packages"
|
||||||
sudo apt install gh unattended-upgrades net-tools htop btop iptraf iotop screen byobu wget python3 python3-pip python3-virtualenv python3-setuptools thefuck nginx apache2 wget lynx neovim nmap docker.io zip unzip 7zip net-tools chkrootkit clamav php restic cifs-utils psmisc detox fdupes ripgrep ugrep xxd libimage-exiftool-perl -y
|
sudo apt install nginx apache2 gh unattended-upgrades net-tools btop iptraf iotop screen byobu wget python3 python3-pip python3-virtualenv python3-setuptools thefuck nginx apache2 wget lynx neovim nmap docker.io zip unzip 7zip xz-utils net-tools chkrootkit clamav php restic cifs-utils psmisc detox fdupes ripgrep ugrep xxd libimage-exiftool-perl -y
|
||||||
|
echo "cleanan upps"
|
||||||
|
sudo apt autoremove -y
|
||||||
|
echo "rebootan before run againnn (in 10 secobds)"
|
||||||
|
sleep 10
|
||||||
|
sudo shutdown -r now
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# ta get da right usermayhaps
|
# ta get da right usermayhaps
|
||||||
|
|||||||
Reference in New Issue
Block a user