Skip to content

Commit

Permalink
git as explicit (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 authored Jul 10, 2024
1 parent 344b89b commit b67cf5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Arch-Linux/Sway.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ sudo reboot
## Install the paru AUR Helper

```bash
sudo pacman -S git
sudo pacman -S --asexplicit git
cd /tmp
git clone https://aur.archlinux.org/paru.git
cd paru
Expand Down
2 changes: 1 addition & 1 deletion Arch-Linux/i3.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ sudo reboot
## Install the paru AUR Helper

```bash
sudo pacman -S git
sudo pacman -S --asexplicit git
cd /tmp
git clone https://aur.archlinux.org/paru.git
cd paru
Expand Down

0 comments on commit b67cf5f

Please sign in to comment.