From 293e0bda708c804fa9f4539e301901db2c199de2 Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Thu, 8 Jul 2021 14:28:33 +0200 Subject: [PATCH] removed replace command (was from the old days where pkgrel was not increased) --- README.md | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 0a94324..04d0339 100644 --- a/README.md +++ b/README.md @@ -58,17 +58,7 @@ Local sign: pacman-key --lsign-key 0D4D2FDAF45468F3DDF59BEDE3D0D2CD3952E298 ``` -Update package database: +Update package database and upgrade: ``` -pacman -Sy -``` - -## Replace packages -Following command reinstalls all packages found in the repo **extra-x86-64-v3** that are already installed. -Replace `extra-x86-64-v3` with whatever repo you want to install. - -```shell script -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. \ No newline at end of file +pacman -Suy +``` \ No newline at end of file