updated the documentation according to the recent changes

This commit is contained in:
aminnairi
2023-12-30 17:05:58 +01:00
parent 9a2f2aaf0f
commit 7d55ed4563
+2 -2
View File
@@ -12,7 +12,7 @@ Laptop configuration for Arch Linux
```bash ```bash
# Install the necessary dependencies # Install the necessary dependencies
pacman -Syy ansible git which sudo pacman -Syy ansible git which sudo bash
# 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
@@ -42,7 +42,7 @@ git clone https://github.com/aminnairi/laptop.git
cd laptop cd laptop
# Apply the configuration # Apply the configuration
make install bash main.sh
``` ```
#### Configuration of the used programs #### Configuration of the used programs