We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f5dc85 commit 95edd69Copy full SHA for 95edd69
setup.sh
@@ -113,6 +113,7 @@ if [ "${PIPESTATUS[0]}" -eq 0 ]; then
113
if [ "$SCENARIO_FOUND" == "false" ]; then
114
# shellcheck source=tui/finish.sh
115
source tui/finish.sh
116
+ rm -rf "$VENV_PATH"
117
if [ -f "$REBOOT_FILE_PATH" ]; then
118
rm -f "$REBOOT_FILE_PATH"
119
shutdown -r now
0 commit comments