From 87adf24c5429cc14b3e3cf1d4fe8936aa6123387 Mon Sep 17 00:00:00 2001 From: Franklin Date: Sun, 4 Oct 2020 03:12:23 -0300 Subject: [PATCH 1/2] Update setup.sh Auto confirm packages installation --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index f6513ecfe..fe80a8031 100755 --- a/setup.sh +++ b/setup.sh @@ -7,7 +7,7 @@ if [[ "$OSTYPE" == "linux-gnu" ]]; then sudo pacman -S --needed unace unrar zip unzip p7zip sharutils uudeview arj cabextract file-roller dtc xz python-pip brotli lz4 gawk libmpack aria2 #aur=rar else - sudo apt install unace unrar zip unzip p7zip-full p7zip-rar sharutils rar uudeview mpack arj cabextract file-roller device-tree-compiler liblzma-dev python-pip brotli liblz4-tool gawk aria2 + sudo apt install unace unrar zip unzip p7zip-full p7zip-rar sharutils rar uudeview mpack arj cabextract file-roller device-tree-compiler liblzma-dev python-pip brotli liblz4-tool gawk aria2 -y fi pip install backports.lzma protobuf pycrypto elif [[ "$OSTYPE" == "darwin"* ]]; then From ce2cfc644c6b7709742281af5d1a98823dbcba16 Mon Sep 17 00:00:00 2001 From: Franklin Date: Sun, 4 Oct 2020 07:31:07 -0300 Subject: [PATCH 2/2] Update setup.sh --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index fe80a8031..3cca83968 100755 --- a/setup.sh +++ b/setup.sh @@ -7,7 +7,7 @@ if [[ "$OSTYPE" == "linux-gnu" ]]; then sudo pacman -S --needed unace unrar zip unzip p7zip sharutils uudeview arj cabextract file-roller dtc xz python-pip brotli lz4 gawk libmpack aria2 #aur=rar else - sudo apt install unace unrar zip unzip p7zip-full p7zip-rar sharutils rar uudeview mpack arj cabextract file-roller device-tree-compiler liblzma-dev python-pip brotli liblz4-tool gawk aria2 -y + sudo apt install -y unace unrar zip unzip p7zip-full p7zip-rar sharutils rar uudeview mpack arj cabextract file-roller device-tree-compiler liblzma-dev python-pip brotli liblz4-tool gawk aria2 fi pip install backports.lzma protobuf pycrypto elif [[ "$OSTYPE" == "darwin"* ]]; then