From cfa35c2045b87ccd07c0705369cebcc3b1a6aa07 Mon Sep 17 00:00:00 2001 From: Saurabh Singh <28906723+saurabh6377@users.noreply.github.com> Date: Sat, 5 Oct 2019 13:24:04 +0530 Subject: [PATCH] Necessary packages for Arch Linux --- setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index 129c3ed49..3a57fb475 100755 --- a/setup.sh +++ b/setup.sh @@ -4,8 +4,8 @@ if [[ "$OSTYPE" == "linux-gnu" ]]; then distro=$(awk -F= '$1 == "ID" {print $2}' /etc/os-release) if [[ "$distro" == "arch" ]]; then echo "Arch Linux Detected" - sudo pacman -S unace unrar zip unzip p7zip sharutils uudeview arj cabextract file-roller dtc xz python-pip brotli lz4 gawk libmpack - #aur=rar + sudo pacman -S unace unrar zip unzip p7zip sharutils uudeview arj cabextract file-roller dtc xz python-pip brotli lz4 gawk libmpack python2 python2-pip + pip2 install backports.lzma protobuf pycrypto 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 fi