diff options
author | BeatLink <beatlink@protonmail.com> | 2019-06-16 18:48:10 -0500 |
---|---|---|
committer | BeatLink <beatlink@protonmail.com> | 2019-06-16 18:48:10 -0500 |
commit | 99da36d719040669aad49e4ff6ce324c2368a473 (patch) | |
tree | e5621afa99d11118c9a5536c35d632604920b83a /browser/build.sh | |
parent | Add download information (diff) | |
download | librewolf-linux-99da36d719040669aad49e4ff6ce324c2368a473.tar.gz librewolf-linux-99da36d719040669aad49e4ff6ce324c2368a473.tar.bz2 librewolf-linux-99da36d719040669aad49e4ff6ce324c2368a473.zip |
add sudo install to build script
Diffstat (limited to 'browser/build.sh')
-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"; |