added geogebra
This commit is contained in:
parent
0cb96c1e7d
commit
a3a54c2853
1 changed files with 8 additions and 0 deletions
8
setup.sh
8
setup.sh
|
@ -286,6 +286,12 @@ setup_dns() {
|
|||
# https://1.1.1.1
|
||||
}
|
||||
|
||||
setup_geogebra() {
|
||||
package_install \
|
||||
geogebra \
|
||||
|
||||
}
|
||||
|
||||
setup_gimp() {
|
||||
package_install \
|
||||
gimp `# photoshop but FOSS` \
|
||||
|
@ -748,6 +754,7 @@ options=(
|
|||
"discord" "" off
|
||||
"dotnet" "" off
|
||||
"fonts" "" off
|
||||
"geogebra" "" off
|
||||
"gimp" "" off
|
||||
"git" "" off
|
||||
"gnome" "" off
|
||||
|
@ -799,6 +806,7 @@ for choice in $choices; do
|
|||
"discord") setup_discord;;
|
||||
"dotnet") setup_dotnet;;
|
||||
"fonts") setup_fonts;;
|
||||
"geogebra") setup_geogebra;;
|
||||
"gimp") setup_gimp;;
|
||||
"git") setuo_git;;
|
||||
"gnome") setup_gnome;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue