diff options
author | BeatLink <beatlink@protonmail.com> | 2019-07-15 04:10:36 -0500 |
---|---|---|
committer | BeatLink <beatlink@protonmail.com> | 2019-07-15 04:10:36 -0500 |
commit | 4ddc3daacb3a39b30082b6d45cbb09302ed8ddcd (patch) | |
tree | 375d000cd3c77ad553f7575c4e83983bbc48bfac | |
parent | fix flatpak build (diff) | |
download | librewolf-linux-4ddc3daacb3a39b30082b6d45cbb09302ed8ddcd.tar.gz librewolf-linux-4ddc3daacb3a39b30082b6d45cbb09302ed8ddcd.tar.bz2 librewolf-linux-4ddc3daacb3a39b30082b6d45cbb09302ed8ddcd.zip |
Fix Typo
-rwxr-xr-x | browser/linux/build.sh | 2 |
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"; |