From 99da36d719040669aad49e4ff6ce324c2368a473 Mon Sep 17 00:00:00 2001 From: BeatLink Date: Sun, 16 Jun 2019 18:48:10 -0500 Subject: add sudo install to build script --- browser/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'browser/build.sh') diff --git a/browser/build.sh b/browser/build.sh index 6487f4b..92e8f70 100755 --- a/browser/build.sh +++ b/browser/build.sh @@ -21,8 +21,8 @@ printf "APPIMAGE_RESOURCE_FOLDER: $APPIMAGE_RESOURCE_FOLDER\n"; # Installs some needed dependencies printf "\nInstalling script dependencies\n"; -sudo apt update; -sudo apt install python python3 inkscape wget -y; +apt update; +apt install sudo python python3 inkscape wget -y; printf "\n\n---------------------------------- ICON GENERATION ------------------------------------------\n"; -- cgit