This repository has been archived on 2021-06-12. You can view files and clone it, but cannot push or open issues or pull requests.
2020-08-12 09:19:04 +02:00
2020-08-12 09:05:32 +02:00
2020-08-12 09:39:45 +02:00
2020-08-12 09:02:21 +02:00
2020-08-13 09:58:09 +02:00
2020-08-13 09:57:58 +02:00

alhp

Build script for archlinux instructionset enabled repos.

Replace packages

Following command reinstalls all packages found in the repo extra-znver2 that are already installed. Replace extra-znver2 with whatever repo you want to install.

pacman -S $(pacman -Sl extra-znver2 | grep installed | cut -f 2 -d " " | perl -p -i -e 's/\R/ /g;')

This is only needed once, new updates are coming from this new repo then, as usual.

Description
Build script for archlinux instructionset enabled repos.
Readme 120 KiB
Languages
Python 76.2%
Shell 23.8%