Skip to content

Instantly share code, notes, and snippets.

View xoste49's full-sized avatar
🏠
Working from home

Pavel Korchagin xoste49

🏠
Working from home
  • RU, Dubna
  • 07:51 (UTC +03:00)
View GitHub Profile
@xoste49
xoste49 / archlinux_initial_config.sh
Last active February 14, 2025 03:23
Init Arch linux LXC Proxmox
#!/bin/bash
clear
reflector_country="RU"
# Set en_US as the default locale
var_locale_default="en_US.UTF-8"
echo "=========================================="
echo "== Arch Linux LXC initial configuration =="