diff options
-rwxr-xr-x | browser/build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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"; |