- /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
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
#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