From a46a084fba6248e9388cd9ecfdff2051435af950 Mon Sep 17 00:00:00 2001 From: BeatLink Date: Sun, 14 Jul 2019 22:38:16 -0500 Subject: [PATCH] fix flatpak build --- browser/linux/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";