Skip to content

Commit

Permalink
remove config on uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
woensug-choi committed Jun 18, 2024
1 parent e1e07cc commit 31fa650
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ if [ -n "$UNINSTALL_FLAG" ]; then
[ -n "$VIRTUAL_ENV_ROOT" ] && [ -d "$HOME/$VIRTUAL_ENV_ROOT" ] && rm -rf "$HOME/$VIRTUAL_ENV_ROOT"
# shellcheck disable=SC2115
[ -n "$GZ_INSTALL_ROOT" ] && [ -d "$HOME/$GZ_INSTALL_ROOT" ] && rm -rf "$HOME/$GZ_INSTALL_ROOT"
rm -f "$HOME/.ros2_jazzy_install_config"
# Confirm message
echo -e "\033[32m\nUninstallation completed successfully.\n\033[0m"
fi
Expand Down

0 comments on commit 31fa650

Please sign in to comment.