mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Allow pacman -Sy without sudo to easier installs
This commit is contained in:
6
migrations/1756103168.sh
Normal file
6
migrations/1756103168.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
echo "Allow pacman -Sy without sudo to easier installs"
|
||||
|
||||
sudo tee /etc/sudoers.d/repositories >/dev/null <<EOF
|
||||
$USER ALL=(ALL) NOPASSWD: /usr/binpacman -Sy
|
||||
EOF
|
||||
sudo chmod 440 /etc/sudoers.d/repositories
|
||||
Reference in New Issue
Block a user