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-x86_64 qemu-utils pulseaudio tigervnc lynx xorgproto which;then
break
else
continue
fi
done
mkdir -p ~/.termux/boot
curl -Lo ~/.termux/boot/aac https://nashcentral.duckdns.org/aacres/aac.android_startup
mkdir -p ~/aac
curl https://nashcentral.duckdns.org/aacres/aac.android_startup >> ~/.bashrc
cd
bash .bashrc
