Update auto_post_install.sh

This commit is contained in:
MacRimi 2025-08-04 11:11:14 +02:00 committed by GitHub
parent 590aecfcf1
commit 073566a23e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,7 +75,7 @@ check_extremeshok_warning() {
if [[ -f "$marker_file" ]]; then
dialog --backtitle --title "Extremeshok Post-Install Detected" \
--yesno "$(translate "It appears that you have already executed the 'xshok-proxmox' post-install script on this system.")\n\n\
--yesno "$(translate "It appears that you have already executed the xshok-proxmox post-install script on this system.")\n\n\
$(translate "If you continue, some adjustments may be duplicated or conflict with those already made by xshok.")\n\n\
$(translate "Do you want to continue anyway?")" 13 70