mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 18:02:13 +02:00
added a comment for the installation command
This commit is contained in:
@@ -9,7 +9,7 @@ Laptop configuration for Arch Linux
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# as root
|
# (as root) Install the necessary dependencies
|
||||||
pacman -S ansible git which sudo
|
pacman -S ansible git which sudo
|
||||||
sed -i 's/#\s*%sudo/%sudo/g' /etc/sudoers
|
sed -i 's/#\s*%sudo/%sudo/g' /etc/sudoers
|
||||||
usermod -aG sudo $USER
|
usermod -aG sudo $USER
|
||||||
|
|||||||
Reference in New Issue
Block a user