You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ifwhiptail --title "Docker + Portainer CE Setup" --yesno"This will install Docker Engine and Portainer CE to manage it through a web UI. Proceed?"8 78;then
51
+
ifzenity --question --text"This will install Docker Engine and Portainer CE to manage it through a web UI. Proceed?"--width 360 --height 300;then
52
52
docker_in
53
-
title="Docker + Portainer CE Setup"
54
-
msg="Setup complete. Your Portainer dashboard will open in your web browser now."
55
-
_msgbox_
53
+
zeninf "Setup complete. Your Portainer dashboard will open in your web browser now."
ifwhiptail --title "Grub-Btrfs Installer" --yesno"This will list snapshots in your GRUB. It will only work if your root filesystem is btrfs. Proceed?"8 78;then
83
+
ifzenity --question --text"This will list snapshots in your GRUB. It will only work if your root filesystem is btrfs. Proceed?"--width 360 --height 300;then
0 commit comments