Compare commits

...

2 Commits

Author SHA1 Message Date
Oskar 03933df156
add built repo 2022-05-19 19:39:50 +00:00
Oskar 3fef71a7a3
Update setup.sh 2022-05-19 19:39:12 +00:00
2 changed files with 6 additions and 6 deletions

View File

@ -99,6 +99,6 @@ Include = /etc/pacman.d/mirrorlist
#SigLevel = Optional TrustAll #SigLevel = Optional TrustAll
#Server = file:///home/custompkgs #Server = file:///home/custompkgs
#[medzikuser] [built]
#SigLevel = DatabaseOptional SigLevel = DatabaseOptional
#Include = /etc/pacman.d/mirrorlist-medzikuser Include = /etc/pacman.d/built-mirrorlist

View File

@ -3,9 +3,9 @@ set -e -u
# Add Medzik AUR repo # Add Medzik AUR repo
pacman-key --init pacman-key --init
pacman-key --recv-key 7A6646A6C14690C0 pacman-key --recv-key 02213A0493457E96
pacman-key --lsign-key 7A6646A6C14690C0 pacman-key --lsign-key 02213A0493457E96
pacman -U --noconfirm 'https://arch-repo.magicuser.cf/medzikuser-mirrorlist.pkg.tar.xz' pacman -U --noconfirm 'https://built-aur.medzik.workers.dev/built-mirrorlist.pkg.tar.xz'
# Install packages # Install packages
PACKAGES=('base') PACKAGES=('base')