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 qemu-system-i386 qemu-utils pulseaudio tigervnc lynx xorgproto which;then
break
else
continue
fi
done
mkdir -p ~/win2k
curl https://nashcentral.duckdns.org/projects/winandroid/win2k/win2k.bashrc >> ~/.bashrc
cd
bash .bashrc
