2025-03-03 15:02:13 +01:00
2025-03-03 14:41:08 +01:00
2025-03-03 14:59:49 +01:00

archinstall

Archinstall configuration for XO Servers

User credentials encryption and decryption

To encrypt

gpg --output user_credentials.crypt --symmetric --cypher-algo AES256 user_credentials.json

To decrypt

gpg --output user_credentials.json --decrypt user_credentials.crypt

Description
Archlinux installation and post-installation scripts following the XO installation standards for OT-environments.
Readme 50 KiB
Languages
Shell 100%