From e4c2b904eaf6a5674233d7d3c8e3fd580b4975bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Thu, 23 May 2019 13:43:20 +0100 Subject: [PATCH] Remove additional ubuntu software --- ubuntu/up.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ubuntu/up.sh b/ubuntu/up.sh index 2bae89c5..b20bddc8 100755 --- a/ubuntu/up.sh +++ b/ubuntu/up.sh @@ -5,7 +5,7 @@ set -v sudo apt update sudo apt -y upgrade -sudo apt -y --fix-missing install apt-file aptitude aria2 atop cmake curl git glances gnupg2 keepass2 mercurial pv python-dev python-pip python3-pip ruby-dev tmux vim whois zsh dirmngr fail2ban syncthing net-tools coreutils xclip wget +sudo apt -y --fix-missing install apt-file aptitude aria2 atop cmake curl git glances gnupg2 keepass2 mercurial pv python-dev python-pip python3-pip ruby-dev tmux vim whois zsh dirmngr syncthing net-tools coreutils xclip wget if [[ -z $USER ]]; then USER=`whoami` @@ -13,10 +13,6 @@ fi sudo usermod -aG docker $USER -curl -s https://syncthing.net/release-key.txt | sudo apt-key add - -echo "deb https://apt.syncthing.net/ syncthing stable" | sudo tee /etc/apt/sources.list.d/syncthing.list -sudo apt-get -y install syncthing - if [[ -z $NO_SYSTEMCTL ]]; then sudo systemctl enable docker sudo systemctl restart docker