diff --git a/post-install-artix.sh b/post-install-artix.sh index 3229cb6..84725c0 100644 --- a/post-install-artix.sh +++ b/post-install-artix.sh @@ -8,3 +8,8 @@ pacman -S --needed git base-devel git clone https://aur.archlinux.org/yay.git cd yay makepkg -si + +# kill the beep sound +# this command needs to be saved into .bashrc or +# some startup script +sudo rmmod pcspkr