add info scripts

This commit is contained in:
Mario Fetka
2024-04-20 15:22:04 +02:00
parent 2e7df477e6
commit b1a0c26fda
12 changed files with 31 additions and 2 deletions

0
dosemu2/info-v1.sh Normal file
View File

View File

@@ -5,7 +5,7 @@ curl 'https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x6d9cd73b401a130336
echo "deb https://ppa.launchpadcontent.net/dosemu2/ppa/ubuntu $UBUNTU main" | tee /etc/apt/sources.list.d/dosemu2.list &>/dev/null
apt update &>/dev/null
apt install -y dosemu2 &>/dev/null
apt install -y install-otherdos &>/dev/null
#apt install -y install-otherdos &>/dev/null
msg_ok "Installing DosEmu2 Dependencies for ${APP}"