diff options
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"; |