Skip to content

samwhelp/asamarch-documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

asamarch-documentation

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