remove password then call meta script
This commit is contained in:
parent
a117c11a6b
commit
4a47ca8aa0
1 changed files with 4 additions and 4 deletions
8
wsl.sh
8
wsl.sh
|
@ -41,14 +41,14 @@ function main {
|
|||
man-pages bottom
|
||||
|
||||
|
||||
# === Global OS configuration set-up ==
|
||||
curl ${repo}/meta.sh -s | bash -s -- ${repo}
|
||||
|
||||
|
||||
# === Remove SU password ==
|
||||
echo -e "\n# Disable password for specific user\n$USER ALL=(ALL) NOPASSWD:ALL" | sudo tee -a /etc/sudoers > /dev/null
|
||||
|
||||
|
||||
# === Global OS configuration set-up ==
|
||||
curl ${repo}/meta.sh -s | bash -s -- ${repo}
|
||||
|
||||
|
||||
# === AUR packages ==
|
||||
paru -S --noconfirm \
|
||||
otf-font-awesome
|
||||
|
|
Loading…
Reference in a new issue