Skip to content

Commit 8396ec9

Browse files
authored
Merge pull request #3879 from cmitu/removal-warnings
admin: expand the warning about config removals
2 parents 8b2980d + 2c9ef67 commit 8396ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scriptmodules/admin/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ function packages_gui_setup() {
650650
function uninstall_setup()
651651
{
652652
dialog --defaultno --yesno "Are you sure you want to uninstall RetroPie?" 22 76 2>&1 >/dev/tty || return 0
653-
dialog --defaultno --yesno "Are you REALLY sure you want to uninstall RetroPie?\n\n$rootdir will be removed - this includes configuration files for all RetroPie components." 22 76 2>&1 >/dev/tty || return 0
653+
dialog --defaultno --colors --yesno "Are you \ZbREALLY\Zn sure you want to uninstall RetroPie?\n\nThe \Z4\Zb$rootdir\Zn folder will be removed - this includes configuration files for all RetroPie components. If you wish to keep any config files of the emulators/ports that RetroPie used, then choose \ZrNo\Zn now and save it first." 22 76 2>&1 >/dev/tty || return 0
654654
clear
655655
printHeading "Uninstalling RetroPie"
656656
for id in "${__mod_id[@]}"; do

0 commit comments

Comments
 (0)