2025-04-05 10:11:03 +02:00
2025-04-05 10:11:03 +02:00

Archinstall configuration for XO Servers

User credentials encryption and decryption

To encrypt

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

To decrypt

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

Usage

  1. Boot from Arch Linux iso
  2. Run pre-install script
bash -c "$(curl -fsSL https://git.xoservice.nl/marcel/archlinux/raw/master/pre/run.sh)"
  1. Follow any given steps
Description
Archlinux installation and post-installation scripts following the XO installation standards for OT-environments.
Readme 50 KiB
Languages
Shell 100%