diff options
Diffstat (limited to 'raveos-app-installer/data/actions/windows11.sh')
| -rw-r--r-- | raveos-app-installer/data/actions/windows11.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/raveos-app-installer/data/actions/windows11.sh b/raveos-app-installer/data/actions/windows11.sh new file mode 100644 index 0000000..daf2c4c --- /dev/null +++ b/raveos-app-installer/data/actions/windows11.sh @@ -0,0 +1,11 @@ +#!/bin/bash +# Windows 11 "Telepito" - Csak Profiknak! +# Kornyezeti valtozok: INSTALL_USER, INSTALL_HOME + +echo "!! MAJOM VAGY !!" +echo "" +echo "Windows 11? Komolyan? Linux-on vagy, elvezd!" +echo "" +echo "Ha tenyleg kell Windows, hasznalj KVM/QEMU-t a listabol." + +exit 0 |