correctly download dosemu deb repo key

This commit is contained in:
Mario Fetka 2024-04-15 23:30:05 +02:00
parent 68e1dab04a
commit c0138d48a3

View File

@ -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)