Skip to content

Commit 31fa650

Browse files
committed
remove config on uninstall
1 parent e1e07cc commit 31fa650

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ if [ -n "$UNINSTALL_FLAG" ]; then
102102
[ -n "$VIRTUAL_ENV_ROOT" ] && [ -d "$HOME/$VIRTUAL_ENV_ROOT" ] && rm -rf "$HOME/$VIRTUAL_ENV_ROOT"
103103
# shellcheck disable=SC2115
104104
[ -n "$GZ_INSTALL_ROOT" ] && [ -d "$HOME/$GZ_INSTALL_ROOT" ] && rm -rf "$HOME/$GZ_INSTALL_ROOT"
105+
rm -f "$HOME/.ros2_jazzy_install_config"
105106
# Confirm message
106107
echo -e "\033[32m\nUninstallation completed successfully.\n\033[0m"
107108
fi

0 commit comments

Comments
 (0)