🧩 AILinux Base Installation (from Ubuntu Server 24.04)
Last updated: October 4, 2025
Contact: [email protected]
Location: 93458 Eschlkam, Germany
Website: https://ailinux.me
1. Prepare Your System
Log in as root or switch using:
sudo -i
Update your base system:
apt update && apt upgrade -y
2. Add the AILinux Repository
curl -fsSL https://repo.ailinux.me:8443/add-ailinux-repo.sh | bash
apt update
This script automatically imports the GPG key and creates the source file at/etc/apt/sources.list.d/ailinux.list
.
3. Install the AILinux Base System
apt install ailinux-desktop -y
This command installs the core AILinux packages, branding, and configuration files.
4. Finish Installation
Once the installation script has completed successfully, reboot:
reboot
After reboot, your AILinux base system is installed and ready for further configuration or optional modules.
Official Repository:
https://repo.ailinux.me:8443/