From 771f956d668c66a2c6cad91cf3bebf4f529ad14e Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Thu, 13 Aug 2020 12:19:05 +0200 Subject: [PATCH] removed -i from perl --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fedd54..8ae3a27 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file