mirror of
https://github.com/tauri-apps/tauri.git
synced 2025-01-08 12:18:55 +03:00
Arch: do not download/install what's already installed (#2666)
This commit is contained in:
parent
bdbf905e5d
commit
4298c0c6bb
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user