fix windows 10 theme app with terminal-run

pull/129/head
Botspot 4 years ago
parent c4265dea74
commit 825f3024ad

@ -14,4 +14,8 @@ if [ ! -d ~/Windows-10 ];then
git clone https://github.com/Botspot/Windows-10 || error "failed to download github repository!"
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."

@ -7,5 +7,8 @@ function error {
exit 1
}
~/Windows-10/uninstall || error "failed to uninstall!"
#gio trash ~/Windows-10
if [ ! -f ~/Windows-10/uninstall ];then
error "Windows 10 uninstall script missing!"
fi
"${DIRECTORY}/etc/terminal-run" '~/Windows-10/uninstall ; sleep infinity' "Don"\'"t close this terminal."

Loading…
Cancel
Save