Fix migration too
This commit is contained in:
parent
06e3cb4e71
commit
6c656766f8
@ -1,6 +1,7 @@
|
|||||||
echo "Allow pacman -Sy without sudo to easier installs"
|
echo "Allow pacman -Sy without sudo to easier installs"
|
||||||
|
|
||||||
sudo tee /etc/sudoers.d/repositories >/dev/null <<EOF
|
sudo tee /etc/sudoers.d/repositories >/dev/null <<EOF
|
||||||
$USER ALL=(ALL) NOPASSWD: /usr/binpacman -Sy
|
$USER ALL=(ALL) NOPASSWD: /usr/bin/pacman -Sy
|
||||||
|
$USER ALL=(ALL) NOPASSWD: /usr/bin/yay -Sy
|
||||||
EOF
|
EOF
|
||||||
sudo chmod 440 /etc/sudoers.d/repositories
|
sudo chmod 440 /etc/sudoers.d/repositories
|
||||||
|
Loading…
x
Reference in New Issue
Block a user