From cae41832a8f56c7deef4bc802a930341ca498787 Mon Sep 17 00:00:00 2001 From: KM4ACK Date: Sun, 30 Jul 2023 09:50:05 -0500 Subject: [PATCH] fix #28 --- bin/runner.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/runner.sh b/bin/runner.sh index ee38ba1..9559077 100755 --- a/bin/runner.sh +++ b/bin/runner.sh @@ -261,7 +261,8 @@ MYPASS fi sudo -A apt upgrade -y - sudo -A apt install build-essential git -y + #below may be needed on x86 builds and does no harm if already installed. + sudo -A apt install build-essential git curl -y sudo -A mkdir -p /usr/local/share/applications mkdir -p ${HOME}/.config/autostart