|
|
@ -14,4 +14,8 @@ if [ ! -d ~/Windows-10 ];then
|
|
|
|
git clone https://github.com/Botspot/Windows-10 || error "failed to download github repository!"
|
|
|
|
git clone https://github.com/Botspot/Windows-10 || error "failed to download github repository!"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
~/Windows-10/install || error "failed to install!"
|
|
|
|
if [ ! -f ~/Windows-10/install ];then
|
|
|
|
|
|
|
|
error "Windows 10 install script missing!"
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"${DIRECTORY}/etc/terminal-run" '~/Windows-10/install ; sleep infinity' "Don"\'"t close this terminal."
|
|
|
|