Spasht Tech Arch Linux Repository

To use this repository on your Arch Linux system, follow these steps:

1. Edit your pacman configuration

Open /etc/pacman.conf with root privileges:

sudo nano /etc/pacman.conf

2. Add the repository

Add the following lines to the end of the file:

[spasht]
SigLevel = Never TrustAll
Server = https://arc.spasht-tech.dev/arch

3. Update package databases

Run the following command to sync the new repository:

sudo pacman -Sy

Note: This repository is hosted on Cloudflare Pages.