minor changes
This commit is contained in:
parent
0a998ff5d8
commit
9a27fcf00e
11
setup
11
setup
@ -124,6 +124,17 @@ echo "Note: it is expected that the initial run of this script lets each stage c
|
||||
|
||||
|
||||
case $1 in
|
||||
"")
|
||||
install_yay
|
||||
install_dmenu
|
||||
update_system
|
||||
install_dependencies
|
||||
install_defaults
|
||||
install_misc
|
||||
install_scripts
|
||||
install_dmenu
|
||||
install_config
|
||||
;;
|
||||
yay)
|
||||
if [ "$2" = "only" ]; then
|
||||
install_yay
|
||||
|
||||
Loading…
Reference in New Issue
Block a user