#!/bin/bash
## Copyright (C) 2020 - 2020 ENCRYPTED SUPPORT LP
## See the file COPYING for copying conditions.
## https://forums.whonix.org/t/whonix-host-operating-system/3931/236
title="WARNING - Whonix-Host DEVELOPERS-ONLY Preview Version"
text="\
DO NOT USE THIS YET AS A USER!
Whonix-Host is unreleased. Not even available for testers. This version is a preview for developers only.
Missing features the the initial release include
See full task list for first release of Whonix-Host.
Help welcome!
"
[ -d ~/.config/whonix/host-boot-popup ] || mkdir -p ~/.config/whonix/host-boot-popup
[ -z "$DISPLAY" ] || \
[ -f /usr/lib/msgcollector/one-time-popup ] || \
/usr/lib/msgcollector/one-time-popup ~/.config/whonix/host-boot-popup/dismissed_version_1 "$title" "$text"