Skip to content

Commit 95edd69

Browse files
committed
[setup] Add back ovos-installer venv removal
1 parent 2f5dc85 commit 95edd69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ if [ "${PIPESTATUS[0]}" -eq 0 ]; then
113113
if [ "$SCENARIO_FOUND" == "false" ]; then
114114
# shellcheck source=tui/finish.sh
115115
source tui/finish.sh
116+
rm -rf "$VENV_PATH"
116117
if [ -f "$REBOOT_FILE_PATH" ]; then
117118
rm -f "$REBOOT_FILE_PATH"
118119
shutdown -r now

0 commit comments

Comments
 (0)