aboutsummaryrefslogtreecommitdiff
path: root/browser/build.sh
diff options
context:
space:
mode:
authorBeatLink <beatlink@protonmail.com>2019-06-16 18:48:10 -0500
committerBeatLink <beatlink@protonmail.com>2019-06-16 18:48:10 -0500
commit99da36d719040669aad49e4ff6ce324c2368a473 (patch)
treee5621afa99d11118c9a5536c35d632604920b83a /browser/build.sh
parentAdd download information (diff)
downloadlibrewolf-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-xbrowser/build.sh4
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";
bgstack15