mirror of
https://github.com/alvinlollo/Single-install-script.git
synced 2026-06-24 00:06:49 +10:00
removed -r flag for apt due to script abort
This commit is contained in:
+2
-2
@@ -18,7 +18,7 @@ echo '
|
|||||||
# Install prequisites
|
# Install prequisites
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt upgrade
|
sudo apt upgrade
|
||||||
sudo apt install -y git-core zsh curl git build-essential
|
sudo apt install git-core zsh curl git build-essential
|
||||||
|
|
||||||
# Install docker
|
# Install docker
|
||||||
curl -fsSL https://get.docker.com -o get-docker.sh
|
curl -fsSL https://get.docker.com -o get-docker.sh
|
||||||
@@ -73,7 +73,7 @@ curl -fsSL https://code-server.dev/install.sh | sh
|
|||||||
bash -c "$(curl -fsSL https://gef.blah.cat/sh)"
|
bash -c "$(curl -fsSL https://gef.blah.cat/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 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
|
# Add a update-all script
|
||||||
rm -rf /usr/local/bin/update-all | sudo bash
|
rm -rf /usr/local/bin/update-all | sudo bash
|
||||||
|
|||||||
Reference in New Issue
Block a user