added package database update in the dependencies installation command

This commit is contained in:
aminnairi
2023-04-09 22:47:41 +02:00
parent 7455557d21
commit b74f3767c5
+1 -1
View File
@@ -12,7 +12,7 @@ Laptop configuration for Arch Linux
```bash ```bash
# Install the necessary dependencies # Install the necessary dependencies
pacman -S ansible git which sudo pacman -Syy ansible git which sudo
# Allow the "sudo" group to issue sudo commands # Allow the "sudo" group to issue sudo commands
sed -i 's/#\s*%sudo/%sudo/g' /etc/sudoers sed -i 's/#\s*%sudo/%sudo/g' /etc/sudoers