A custom Arch repo hosted on GitHub
Meant for use in StratOS (An Arch-based meta-distro developed by the StratOS Team)
/etc/pacman.conf and add this at the end :[stratos]
SigLevel = Optional TrustAll
Server = https://StratOS-Linux.github.io/repo/x86_64
You could also run echo -e "[stratos]\nSigLevel = Optional TrustAll\nServer = https://StratOS-Linux.github.io/repo/x86_64" | sudo tee -a /etc/pacman.conf to add these lines to the pacman.conf file.
docker-compose up (optionally with the -d flag to detach the container).username/repo.GITHUB_TOKEN environment variable following these instructions.username with your actual GitHub username.Ctrl-c and modify the repo (add/modify packages).build.sh and simply run docker-compose down && docker-compose up in the integrated terminal. If you’d set GITHUB_TOKEN correctly, it should push to your fork, from where you can send us a PR.