aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeatLink <beatlink@protonmail.com>2019-07-15 04:10:36 -0500
committerBeatLink <beatlink@protonmail.com>2019-07-15 04:10:36 -0500
commit4ddc3daacb3a39b30082b6d45cbb09302ed8ddcd (patch)
tree375d000cd3c77ad553f7575c4e83983bbc48bfac
parentfix flatpak build (diff)
downloadlibrewolf-linux-4ddc3daacb3a39b30082b6d45cbb09302ed8ddcd.tar.gz
librewolf-linux-4ddc3daacb3a39b30082b6d45cbb09302ed8ddcd.tar.bz2
librewolf-linux-4ddc3daacb3a39b30082b6d45cbb09302ed8ddcd.zip
Fix Typo
-rwxr-xr-xbrowser/linux/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/browser/linux/build.sh b/browser/linux/build.sh
index d24522b..4351a39 100755
--- a/browser/linux/build.sh
+++ b/browser/linux/build.sh
@@ -32,7 +32,7 @@ printf "\n\n-------------------------------------- PREBUILD --------------------
# Installs some needed dependencies
printf "\nInstalling script dependencies\n";
apt update;
-apt install python python3 inkscape icnsutils wget software-properties-common-y;
+apt install python python3 inkscape icnsutils wget software-properties-common -y;
# Downloads and runs bootstrapper to install more dependencies.
printf "\nRunning bootstrapper to install build dependencies\n";
bgstack15