From 0e7645ddbd3dfa20ccc246c4aa50a3299fdb708e Mon Sep 17 00:00:00 2001 From: Spacelord Date: Fri, 6 Dec 2019 20:04:56 +0100 Subject: Change $makeargs to "all" --- installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'installer.sh') diff --git a/installer.sh b/installer.sh index fa898fb..bf2775c 100644 --- a/installer.sh +++ b/installer.sh @@ -8,7 +8,7 @@ script_path="`cd $0; pwd`" # Script dir tmp_path=$(mktemp -d) # Repo download path Iversion="v0.2" # (fallback version if ) -makeargs=full # Build args +makeargs=all # Build args VAR_DESTDIR="" # Unused VAR_PREFIX="/usr" @@ -25,7 +25,7 @@ for t in ${deps[@]}; do if [ $(dpkg-query -W -f='${Status}' $t 2>/dev/null | grep -c "ok installed") -eq 0 ]; then echo "Installing "$t""; - apt-get install $t -Y; + apt-get install $t -y; echo "Done."; else echo ""$t" already installed!" -- cgit v1.2.3