Arch: do not download/install what's already installed (#2666)

This commit is contained in:
Andrea Giammarchi 2021-09-27 21:37:13 +02:00 committed by GitHub
parent bdbf905e5d
commit 4298c0c6bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ $ sudo apt update && sudo apt install libwebkit2gtk-4.0-dev \
<TabItem value="arch">
```sh
$ sudo pacman -Syy && sudo pacman -S webkit2gtk \
$ sudo pacman -Syy && sudo pacman -S --needed webkit2gtk \
base-devel \
curl \
wget \