diff options
author | BeatLink <beatlink@protonmail.com> | 2019-07-14 22:38:16 -0500 |
---|---|---|
committer | BeatLink <beatlink@protonmail.com> | 2019-07-14 22:38:16 -0500 |
commit | a46a084fba6248e9388cd9ecfdff2051435af950 (patch) | |
tree | f0adf1d5ce24df34eaa175b4cd55d6f5d347d53e /browser/linux/build.sh | |
parent | remove sudo commands (diff) | |
download | librewolf-linux-a46a084fba6248e9388cd9ecfdff2051435af950.tar.gz librewolf-linux-a46a084fba6248e9388cd9ecfdff2051435af950.tar.bz2 librewolf-linux-a46a084fba6248e9388cd9ecfdff2051435af950.zip |
fix flatpak build
Diffstat (limited to 'browser/linux/build.sh')
-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 5a7454f..d24522b 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 -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"; |