aboutsummaryrefslogtreecommitdiff
path: root/browser/linux/build.sh
diff options
context:
space:
mode:
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