update system moved to the install_packages function. Audible prompts used if available.
This commit is contained in:
@ -6,9 +6,6 @@ packages="${packages//lxqt/lxqt lxterminal oxygen-icons ratpoison network-manage
|
||||
packages="${packages//mate/mate mate-extra network-manager-applet}"
|
||||
packages="${packages//i3/clipster grun jq i3-wm libnotify lxterminal notification-daemon pamixer playerctl python-i3ipc sgtk-menu sox transfersh yad}"
|
||||
|
||||
# Make sure system is up to date
|
||||
yay -Syu --noconfirm
|
||||
|
||||
# Proper command for launching the desktop session.
|
||||
case "${1}" in
|
||||
"lxqt") session="startlxqt";;
|
||||
@ -16,9 +13,6 @@ case "${1}" in
|
||||
*) session="$1";;
|
||||
esac
|
||||
|
||||
# Sometimes this causes a problem, so try to remove them before hand.
|
||||
yay -Rdd --noconfirm xorg-mkfontscale
|
||||
yay -Rdd --noconfirm xorg-mkfontdir
|
||||
install_package ${packages} firefox nodm-dgw orca speech-dispatcher xclip xf86-video-dummy-with-vt xorg
|
||||
|
||||
# Configure nodm
|
||||
|
Reference in New Issue
Block a user