aboutsummaryrefslogtreecommitdiff
path: root/browser/linux/build.sh
diff options
context:
space:
mode:
authorBeatLink <beatlink@protonmail.com>2019-07-14 22:38:16 -0500
committerBeatLink <beatlink@protonmail.com>2019-07-14 22:38:16 -0500
commita46a084fba6248e9388cd9ecfdff2051435af950 (patch)
treef0adf1d5ce24df34eaa175b4cd55d6f5d347d53e /browser/linux/build.sh
parentremove sudo commands (diff)
downloadlibrewolf-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-xbrowser/linux/build.sh2
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";
bgstack15