Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Entropy-Linux/Szmelc-AUR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Szmelc-AUR

Szmelc Arch repository for pacman


Setup

One-liner command

echo -e "[szmelc]\nSigLevel = Optional TrustAll\nServer = https://packages.szmelc.com/x86_64" | sudo tee -a /etc/pacman.conf >/dev/null && sudo pacman -Sy && sudo pacman -Sl szmelc

Script

#!/bin/bash
[ "$EUID" -ne 0 ] && exec sudo "$0"

cat >> /etc/pacman.conf <<EOF

[szmelc]
SigLevel = Optional TrustAll
Server = https://packages.szmelc.com/x86_64
EOF

pacman -Sy
pacman -Sl szmelc

About

Szmelc Arch repository for pacman

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages