Skip to content

Commit

Permalink
[setup] Add back ovos-installer venv removal
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Mar 31, 2024
1 parent 2f5dc85 commit 95edd69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ if [ "${PIPESTATUS[0]}" -eq 0 ]; then
if [ "$SCENARIO_FOUND" == "false" ]; then
# shellcheck source=tui/finish.sh
source tui/finish.sh
rm -rf "$VENV_PATH"
if [ -f "$REBOOT_FILE_PATH" ]; then
rm -f "$REBOOT_FILE_PATH"
shutdown -r now
Expand Down

0 comments on commit 95edd69

Please sign in to comment.