removed -i from perl

This commit is contained in:
2020-08-13 12:19:05 +02:00
parent 5af8b54e79
commit 771f956d66

View File

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