|
|
@@ -10,9 +10,10 @@ I recommend using `trizen` or any other wrapper to manage both official and unof |
|
|
|
$ git clone https://aur.archlinux.org/trizen.git |
|
|
|
$ cd trizen |
|
|
|
# makepkg --noconfirm --needed -sric |
|
|
|
$ cd ./.. && rm -rf trizen |
|
|
|
```` |
|
|
|
|
|
|
|
Then, for example, to install the base packages: |
|
|
|
Download the project and `cd lists` into it. Then, for example, to install the base packages: |
|
|
|
|
|
|
|
```` |
|
|
|
$ trizen -S --needed --noconfirm - < base.list |
|
|
@@ -23,7 +24,7 @@ $ trizen -S --needed --noconfirm - < base.list |
|
|
|
- For older liveusb you might need to update the packages with `# pacman -Syu`. |
|
|
|
- If the pacman's list of trusted keys hasn't been initialized, populated and refreshed then run |
|
|
|
|
|
|
|
```` |
|
|
|
````shell script |
|
|
|
# pacman-key --init |
|
|
|
# pacman-key --populate |
|
|
|
# pacman-key --refresh-keys |
|
|
|