mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 18:02:13 +02:00
added package database update in the dependencies installation command
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user