From 9a5e070bb09d453517ef6ec62b14613ee8047e34 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sat, 9 Nov 2024 16:04:14 -0500 Subject: [PATCH] Added warning for configure-stormux -> convert to server. After conversion, configure-stormux is no longer available. --- .includes/convert-to-server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.includes/convert-to-server.sh b/.includes/convert-to-server.sh index 01edfa2..ee5ec4c 100755 --- a/.includes/convert-to-server.sh +++ b/.includes/convert-to-server.sh @@ -14,7 +14,7 @@ dialog --backtitle "Configure Stormux" \ dialog --backtitle "Configure Stormux" \ - --yesno "This will make catastrophic changes to your system. If you are not sure you want to do this, select no by pressing the letter n on your keyboard. Afterwards, you will only be able to login with an ssh key and there will be no screen reader." -1 -1 --stdout || exit 0 + --yesno "This will make catastrophic changes to your system. If you are not sure you want to do this, select no by pressing the letter n on your keyboard. Afterwards, you will only be able to login with an ssh key and there will be no screen reader.\nNote, configure-stormux will no longer be available." -1 -1 --stdout || exit 0 dialog --backtitle "Configure Stormux" \ --msgbox "Now let's upload your ssh key. It is a good idea to go ahead and connect via ssh now, in case something goes wrong you will have a chance to fix it manually. This will be used to login to your server, so whatever you do, don't lose it. If you have not yet created an ssh key, you can do so with the ssh-keygen command. Magic-wormhole will be used to upload the key. if you are doing this from a Windows based ssh session, you can install magic-wormhole with scoop: https://github.com/ScoopInstaller/Scoop" -1 -1 --stdout