Skip to content

Commit

Permalink
[tui] Implement #135 for update
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Jan 18, 2025
1 parent b79faca commit 6373f58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tui/uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ whiptail --yesno --defaultno --no-button "$NO_BUTTON" --yes-button "$YES_BUTTON"
exit_status=$?
if [ "$exit_status" -eq 1 ]; then
export CONFIRM_UNINSTALL="false"

# shellcheck source=update.sh
source tui/update.sh
fi

0 comments on commit 6373f58

Please sign in to comment.