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
python
npm
freetube
nvm
mosh
jre-openjdk
@ -102,4 +101,5 @@ todoist-elecrton
virt-manager
virsh
teams
freetube
MISC_END

5
setup
View File

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