1
0
forked from ALHP/ALHP.GO

Fix replace instructions in 'README.md' (#3)

Update 'README.md'

Reviewed-on: https://git.harting.dev/anonfunc/ALHP.GO/pulls/3
Co-Authored-By: fowler <fowler@git.harting.dev>
Co-Committed-By: fowler <fowler@git.harting.dev>
This commit is contained in:
fowler
2021-07-07 23:30:14 +02:00
committed by Giovanni Harting
parent 30b308c553
commit 2665739b2d

View File

@@ -68,7 +68,7 @@ Following command reinstalls all packages found in the repo **extra-x86-64-v3**
Replace `extra-x86-64-v3` with whatever repo you want to install. Replace `extra-x86-64-v3` with whatever repo you want to install.
```shell script ```shell script
pacman -S $(pacman -Sl x86-64-v3 | grep installed | cut -f 2 -d " " | perl -pe 's/\R/ /g;') pacman -S $(pacman -Sl extra-x86-64-v3 | grep installed | cut -f 2 -d " " | perl -pe 's/\R/ /g;')
``` ```
This is only needed once, new updates are coming from this new repo then, as usual. This is only needed once, new updates are coming from this new repo then, as usual.