minor changes

This commit is contained in:
Solomon Laing 2021-08-29 20:05:47 +09:30
parent a11c5f6a43
commit 55c94327c5
2 changed files with 5 additions and 2 deletions

View File

@ -86,7 +86,6 @@ zenity
guake guake
python python
npm npm
freetube
nvm nvm
mosh mosh
jre-openjdk jre-openjdk
@ -102,4 +101,5 @@ todoist-elecrton
virt-manager virt-manager
virsh virsh
teams teams
freetube
MISC_END MISC_END

5
setup
View File

@ -140,12 +140,12 @@ if [ "$1" = "help" ]; then
exit 0 exit 0
fi fi
update_system
git submodule init git submodule init
git submodule update git submodule update
case $1 in case $1 in
"") "")
update_system
install_yay install_yay
install_dependencies install_dependencies
install_defaults install_defaults
@ -168,6 +168,7 @@ case $1 in
fi fi
;; ;;
deps) deps)
update_system
if [ "$2" = "only" ]; then if [ "$2" = "only" ]; then
install_dependencies install_dependencies
else else
@ -180,6 +181,7 @@ case $1 in
fi fi
;; ;;
defaults) defaults)
update_system
if [ "$2" = "only" ]; then if [ "$2" = "only" ]; then
install_defaults install_defaults
else else
@ -191,6 +193,7 @@ case $1 in
fi fi
;; ;;
misc) misc)
update_system
if [ "$2" = "only" ]; then if [ "$2" = "only" ]; then
install_misc install_misc
else else