From c0138d48a35b8c977dd454c9657e08f26ca3a388 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Mon, 15 Apr 2024 23:30:05 +0200 Subject: [PATCH] correctly download dosemu deb repo key --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7afd0fc..a247937 100644 --- a/install.sh +++ b/install.sh @@ -13,7 +13,7 @@ APP="Mystic" MSDIR="/opt/mystic" TMP_DIR=$(mktemp -d) -apt install lsb-release dpkg-dev -y &>/dev/null +apt install lsb-release dpkg-dev wget curl -y &>/dev/null ARCH=$(dpkg-architecture -qDEB_HOST_MULTIARCH)