diff --git a/setup b/setup index 8b9e70f..2e0658b 100755 --- a/setup +++ b/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