From 7c0faedc027c4e1a75e5b082a3872d4122c514cb Mon Sep 17 00:00:00 2001 From: binhex Date: Fri, 23 Aug 2019 14:40:57 +0100 Subject: [PATCH] remove unrar - in base --- build/root/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/root/install.sh b/build/root/install.sh index 4d3698b..074f056 100644 --- a/build/root/install.sh +++ b/build/root/install.sh @@ -22,7 +22,7 @@ mv /tmp/scripts-master/shell/arch/docker/*.sh /usr/local/bin/ source upd.sh # define pacman packages -pacman_packages="qbittorrent-nox python unrar geoip" +pacman_packages="qbittorrent-nox python geoip" # install compiled packages using pacman if [[ ! -z "${pacman_packages}" ]]; then