From cc17e4091b953ca6d3f652dc2b9cd2fc6701cb0b Mon Sep 17 00:00:00 2001 From: steve Date: Sat, 23 Dec 2023 11:48:32 -0500 Subject: [PATCH] Add README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8aeefe7 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +You can add arch-repo to any Arch-based Linux distribution. Just add the following lines to the end of /etc/pacman.conf: +[arch-repo] +Server = https://gitea.oldbarncampground.tk/arch-packages/$repo/raw/$arch +SigLevel = Optional TrustAll +SigLevel = Required DatabaseOptional + + +Then, sync the repositories and update your system with: +sudo pacman -Syyu + +And, then: +sudo pacman -S name-of-package +