minor changes

This commit is contained in:
Solomon Laing 2021-08-28 21:58:21 +09:30
parent 0a998ff5d8
commit 9a27fcf00e

11
setup
View File

@ -124,6 +124,17 @@ echo "Note: it is expected that the initial run of this script lets each stage c
case $1 in case $1 in
"")
install_yay
install_dmenu
update_system
install_dependencies
install_defaults
install_misc
install_scripts
install_dmenu
install_config
;;
yay) yay)
if [ "$2" = "only" ]; then if [ "$2" = "only" ]; then
install_yay install_yay