clear
cd
if [ -e ~/storage ];then
sleep .01
else
termux-setup-storage
fi
while true;do
if apt-get -y update;then
break
else
continue
fi
done
export DEBIAN_FRONTEND=noninteractive
while true;do
if apt-get -yyqq -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confnew dist-upgrade;then
break
else
continue
fi
done
while true;do
if apt-get -y install x11-repo;then
break
else
continue
fi
done
while true;do
if apt-get install -y dosbox-x pulseaudio tigervnc lynx xorgproto which;then
break
else
continue
fi
done
mkdir -p ~/win98
curl https://nashcentral.duckdns.org/projects/winandroid/win98/win98.bashrc >> ~/.bashrc
cd
bash .bashrc
