asamarch-documentation
- asamarch-documentation (GitHub)
- asamarch-repository
- asamarch-packaging
- asamarch-iso-profile
- asamarch-iso-release
- system-modeling (GitHub)
- note-about-asamos (GitHub)
Use Remote
- /etc/pacman.conf
[asamos]
SigLevel = Optional TrustAll
Server = https://samwhelp.github.io/asamarch-repository/repo/main
run
sudo pacman -Sy
run
sudo pacman -S asamos-hello
Use Local
run to clone
sudo mkdir -p /opt/asamos/
sudo chmod 777 /opt/asamos/
git clone https://github.com/samwhelp/asamarch-repository.git /opt/asamos/asamarch-repository
- /etc/pacman.conf
[asamos]
SigLevel = Optional TrustAll
Server = file:///opt/asamos/asamarch-repository/repo/main
run
sudo pacman -Sy
run
sudo pacman -S asamos-hello
Use Include
#Server = file:///opt/asamos/asamarch-repository/repo/main
Server = https://samwhelp.github.io/asamarch-repository/repo/main
- /etc/pacman.conf
[asamos]
SigLevel = Optional TrustAll
Include = /etc/pacman.d/asamos-mirrorlist
#Server = file:///opt/asamos/asamarch-repository/repo/main
#Server = https://samwhelp.github.io/asamarch-repository/repo/main
run
sudo pacman -Sy
run
sudo pacman -S asamos-hello