fixed command not found
This commit is contained in:
parent
a86067a07e
commit
9aec2315be
1 changed files with 2 additions and 2 deletions
4
setup.sh
4
setup.sh
|
@ -928,7 +928,7 @@ for choice in $choices; do
|
|||
"fonts") setup_fonts ;;
|
||||
"geogebra") setup_geogebra ;;
|
||||
"gimp") setup_gimp ;;
|
||||
"git") setuo_git ;;
|
||||
"git") setup_git ;;
|
||||
"gnome") setup_gnome ;;
|
||||
"gnome_apps") setup_gnome_apps ;;
|
||||
"gnome_extensions") setup_gnome_extensions ;;
|
||||
|
@ -960,7 +960,7 @@ for choice in $choices; do
|
|||
"vscode") setup_vscode ;;
|
||||
"wine") setup_wine ;;
|
||||
"wireshark") setup_wireshark ;;
|
||||
"office") setup_onlyoffice ;;
|
||||
"office") setup_office ;;
|
||||
"zoom") setup_zoom ;;
|
||||
"zsh") setup_zsh ;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue