Browse Source

Change partial Arch upgrade to full upgrade (#2897)

gryffyn 3 years ago
parent
commit
b9e9670f70
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/getting-started/setup-linux.md

+ 1 - 1
docs/getting-started/setup-linux.md

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