added filezilla
This commit is contained in:
parent
8ffaaf5011
commit
2ed0061416
1 changed files with 7 additions and 0 deletions
7
setup.sh
7
setup.sh
|
@ -225,6 +225,11 @@ setup_dotnet() {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
setup_filezilla() {
|
||||||
|
package_install \
|
||||||
|
filezilla
|
||||||
|
}
|
||||||
|
|
||||||
setup_fonts() {
|
setup_fonts() {
|
||||||
log "installing fonts"
|
log "installing fonts"
|
||||||
|
|
||||||
|
@ -834,6 +839,7 @@ options=(
|
||||||
"cpu_undervolting" "" off
|
"cpu_undervolting" "" off
|
||||||
"discord" "" off
|
"discord" "" off
|
||||||
"dotnet" "" off
|
"dotnet" "" off
|
||||||
|
"filezilla" "" off
|
||||||
"fonts" "" off
|
"fonts" "" off
|
||||||
"geogebra" "" off
|
"geogebra" "" off
|
||||||
"gimp" "" off
|
"gimp" "" off
|
||||||
|
@ -886,6 +892,7 @@ for choice in $choices; do
|
||||||
"cpu_undervolting") setup_cpu_undervolting ;;
|
"cpu_undervolting") setup_cpu_undervolting ;;
|
||||||
"discord") setup_discord ;;
|
"discord") setup_discord ;;
|
||||||
"dotnet") setup_dotnet ;;
|
"dotnet") setup_dotnet ;;
|
||||||
|
"filezilla") setup_filezilla ;;
|
||||||
"fonts") setup_fonts ;;
|
"fonts") setup_fonts ;;
|
||||||
"geogebra") setup_geogebra ;;
|
"geogebra") setup_geogebra ;;
|
||||||
"gimp") setup_gimp ;;
|
"gimp") setup_gimp ;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue