diff --git a/scripts/Common/OS/install.fish b/scripts/Common/OS/install.fish index 5ff24b6d9..2a8f87ab0 100755 --- a/scripts/Common/OS/install.fish +++ b/scripts/Common/OS/install.fish @@ -59,7 +59,15 @@ else end and runHook postInstall || true - echo "The installation finished successfully!" + and sudo git config remove-section --system safe + + and begin + set -l projectPath (realpath "$(status dirname)/../../..") + cd (dirname "$projectPath") + sudo rm -rf "$projectPath" + end + + and echo "The installation finished successfully!" and echo "This machine will reboot in 5 seconds..." and echo "Press CTRL-C to abort..." and sleep 5