Link format was changed by me for sake of code simplification in dm-prepare-release (which was neccessary to be able handle all the various flavors, platforms such as ISO).
Small optimization suggestion on the wiki for newbie users
1. Download.
$ curl --tlsv1.3 --output whonix-xfce-installer-cli --url https://www.whonix.org/dist-installer-cli
2. Chance permissions to run the script
$ chmod +x
3. Run the installer.
$ ./whonix-xfce-installer-cli
Not a huge deal, but a small thing I noticed that might sightly impact UX for some less technical users
Hitting a snag on my end with the linux install script on fedora
$ ./whonix-cli-installer-cli
whonix-cli-installer-cli: [NOTICE]: Command executing: $ sudo -- echo test
[sudo] password for user:
test
whonix-cli-installer-cli: [NOTICE]: Saving user log to: '/home/rob/dist-installer-cli-download/logs/2/user.log'
whonix-cli-installer-cli: [NOTICE]: Saving debug log to: '/home/rob/dist-installer-cli-download/logs/2/debug.log'
whonix-cli-installer-cli: [NOTICE]: Installer: 'Whonix CLI for VirtualBox Installer'
whonix-cli-installer-cli: [NOTICE]: If you wish to cancel installation, press Ctrl+C.
whonix-cli-installer-cli: [NOTICE]: The license will be shown in 5 seconds.
whonix-cli-installer-cli: [NOTICE]: (Use -n or --non-interactive for non-interactive mode.)
./whonix-cli-installer-cli: line 2397: dialog_box: unbound variable
whonix-cli-installer-cli: [NOTICE]: Executed script, function, command executed: './whonix-cli-installer-cli' 'check_license' 'case "${dialog_box}" in '
whonix-cli-installer-cli: [ERROR]: Installer exited with code: '1'
Hm. It’s either 2 steps (download + bash ./whonix-xfce-installer-cli) or 3 steps (download + chmod + ./whonix-xfce-installer-cli). Not sure 3 steps is better than 2.