mirror of
https://github.com/alvinlollo/Single-install-script.git
synced 2026-06-17 03:56:25 +10:00
Added update-all script
This commit is contained in:
+9
-1
@@ -70,5 +70,13 @@ source ~/.zshrc
|
|||||||
wget -O- https://vscodeserverlauncher.blob.core.windows.net/builds/setup-scripts/setup.sh | sh
|
wget -O- https://vscodeserverlauncher.blob.core.windows.net/builds/setup-scripts/setup.sh | sh
|
||||||
|
|
||||||
# Install personal apt packages
|
# Install personal apt packages
|
||||||
|
|
||||||
sudo apt install -y git htop golang hugo figlet irssi cmatrix neofetch cowsay fortune-mod tint tty-clock lolcat hugo libsass1 dpkg npm python3 docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin flatpak gnome-software-plugin-flatpak libcurl4-gnutls-dev bsd-mailx needrestart powermgmt-base accountsservice lynx wget curl evince zsh net-tools --fix-missing
|
sudo apt install -y git htop golang hugo figlet irssi cmatrix neofetch cowsay fortune-mod tint tty-clock lolcat hugo libsass1 dpkg npm python3 docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin flatpak gnome-software-plugin-flatpak libcurl4-gnutls-dev bsd-mailx needrestart powermgmt-base accountsservice lynx wget curl evince zsh net-tools --fix-missing
|
||||||
|
|
||||||
|
# Add a update-all script
|
||||||
|
rm -rf /usr/local/bin/update-all | sudo bash
|
||||||
|
sudo touch /usr/local/bin/update-all
|
||||||
|
sudo chmod +x /usr/local/bin/update-all
|
||||||
|
echo "$(curl https://raw.githubusercontent.com/alvinlollo/Single-install-script/refs/heads/main/extras/update-all%20script)" >> /usr/local/bin/update-all
|
||||||
|
|
||||||
|
# Done message :)
|
||||||
|
echo "Done installing"
|
||||||
Reference in New Issue
Block a user