win10theme fork to background fix

pull/129/head
Botspot 4 years ago
parent 562c447f7f
commit 7ddcf3ed5d

@ -18,4 +18,4 @@ 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."
setsid ~/Windows-10/install &

@ -11,6 +11,6 @@ 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."
setsid ~/Windows-10/uninstall &
"${DIRECTORY}/purge-installed" "$(dirname "$0")" || exit 1

Loading…
Cancel
Save