From 4ddc3daacb3a39b30082b6d45cbb09302ed8ddcd Mon Sep 17 00:00:00 2001 From: BeatLink Date: Mon, 15 Jul 2019 04:10:36 -0500 Subject: Fix Typo --- browser/linux/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'browser/linux') diff --git a/browser/linux/build.sh b/browser/linux/build.sh index d24522b..4351a39 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 software-properties-common-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"; -- cgit