Change install script wording
This commit is contained in:
parent
01051de36a
commit
9fc72b9f16
1 changed files with 7 additions and 7 deletions
|
@ -144,7 +144,7 @@ serviceinit() { for service in "$@"; do
|
||||||
systemctl start "$service"
|
systemctl start "$service"
|
||||||
done ;}
|
done ;}
|
||||||
|
|
||||||
systembeepoff() { dialog --infobox "Getting rid of that retarded error beep sound..." 10 50
|
systembeepoff() { dialog --infobox "Getting rid of error beep sound..." 10 50
|
||||||
rmmod pcspkr
|
rmmod pcspkr
|
||||||
echo "blacklist pcspkr" > /etc/modprobe.d/nobeep.conf ;}
|
echo "blacklist pcspkr" > /etc/modprobe.d/nobeep.conf ;}
|
||||||
|
|
||||||
|
@ -212,11 +212,6 @@ rm "/home/$name/README.md"
|
||||||
# Pulseaudio, if/when initially installed, often needs a restart to work immediately.
|
# Pulseaudio, if/when initially installed, often needs a restart to work immediately.
|
||||||
[ -f /usr/bin/pulseaudio ] && resetpulse
|
[ -f /usr/bin/pulseaudio ] && resetpulse
|
||||||
|
|
||||||
# Install vim `plugged` plugins.
|
|
||||||
dialog --infobox "Installing (neo)vim plugins..." 4 50
|
|
||||||
(sleep 30 && killall nvim) &
|
|
||||||
sudo -u "$name" nvim -E -c "PlugUpdate|visual|q|q" >/dev/null 2>&1
|
|
||||||
|
|
||||||
# Enable services here.
|
# Enable services here.
|
||||||
serviceinit NetworkManager cronie
|
serviceinit NetworkManager cronie
|
||||||
|
|
||||||
|
@ -228,6 +223,11 @@ systembeepoff
|
||||||
newperms "%wheel ALL=(ALL) ALL #LARBS
|
newperms "%wheel ALL=(ALL) ALL #LARBS
|
||||||
%wheel ALL=(ALL) NOPASSWD: /usr/bin/shutdown,/usr/bin/reboot,/usr/bin/systemctl suspend,/usr/bin/wifi-menu,/usr/bin/mount,/usr/bin/umount,/usr/bin/pacman -Syu,/usr/bin/pacman -Syyu,/usr/bin/packer -Syu,/usr/bin/packer -Syyu,/usr/bin/systemctl restart NetworkManager,/usr/bin/rc-service NetworkManager restart,/usr/bin/pacman -Syyu --noconfirm,/usr/bin/loadkeys,/usr/bin/yay,/usr/bin/pacman -Syyuw --noconfirm"
|
%wheel ALL=(ALL) NOPASSWD: /usr/bin/shutdown,/usr/bin/reboot,/usr/bin/systemctl suspend,/usr/bin/wifi-menu,/usr/bin/mount,/usr/bin/umount,/usr/bin/pacman -Syu,/usr/bin/pacman -Syyu,/usr/bin/packer -Syu,/usr/bin/packer -Syyu,/usr/bin/systemctl restart NetworkManager,/usr/bin/rc-service NetworkManager restart,/usr/bin/pacman -Syyu --noconfirm,/usr/bin/loadkeys,/usr/bin/yay,/usr/bin/pacman -Syyuw --noconfirm"
|
||||||
|
|
||||||
|
# Install vim `plugged` plugins.
|
||||||
|
dialog --infobox "Installing (neo)vim plugins..." 4 50
|
||||||
|
(sleep 30 && killall nvim) &
|
||||||
|
sudo -u "$name" nvim -E -c "PlugUpdate|visual|q|q" >/dev/null 2>&1
|
||||||
|
|
||||||
# Last message! Install complete!
|
# Last message! Install complete!
|
||||||
finalize
|
finalize
|
||||||
clear
|
clear
|
||||||
|
|
Loading…
Reference in a new issue