skip whonixsetup / whonix-setup-wizard disclaimer in qubes-whonix

Information

ID: 327
PHID: PHID-TASK-n5hch3gzqzu4yz3oplzk
Author: Patrick
Status at Migration Time: resolved
Priority at Migration Time: Normal

Description

    if ! [ -f "/var/cache/whonix-setup-wizard/status-files/disclaimer.done" ]; then
        # Setup repository in template
        sudo mkdir -p /var/cache/whonix-setup-wizard/status-files
        sudo touch /var/cache/whonix-setup-wizard/status-files/whonix_repository.done

        XDG_CURRENT_DESKTOP=gnome sudo /usr/bin/whonix-setup-wizard setup -style gtk+
    fi

What’s the, if, the if ! [ -f "/var/cache/whonix-setup-wizard/status-files/disclaimer.done" ] good for? @nrgaway?

Joanna wants the disclaimer skipped, and I (@Patrick) don’t mind, because I am not the distributor of qubes-whonix.

Skipping the disclaimer is supported by creating the /var/cache/whonix-setup-wizard/status-files/disclaimer.skip status file.

But then the /var/cache/whonix-setup-wizard/status-files/disclaimer.done status file will never be created.

Can we get rid of that if @nrgaway?

Comments


nrgaway

2015-05-30 23:49:47 UTC


Patrick

2015-05-31 12:47:50 UTC


nrgaway

2015-06-06 16:27:34 UTC