added docker setup
This commit is contained in:
parent
4597823b32
commit
dde3676163
1 changed files with 8 additions and 0 deletions
8
setup.sh
8
setup.sh
|
@ -232,6 +232,12 @@ setup_discord() {
|
||||||
POST_INSTALL+=("discord: run betterdiscordctl install")
|
POST_INSTALL+=("discord: run betterdiscordctl install")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
setup_docker() {
|
||||||
|
package_install docker
|
||||||
|
|
||||||
|
sudo systemctl --user --now enable docker
|
||||||
|
}
|
||||||
|
|
||||||
setup_dotnet() {
|
setup_dotnet() {
|
||||||
package_install dotnet-sdk
|
package_install dotnet-sdk
|
||||||
}
|
}
|
||||||
|
@ -856,6 +862,7 @@ options=(
|
||||||
"conky" "" off
|
"conky" "" off
|
||||||
"cpu_undervolting" "" off
|
"cpu_undervolting" "" off
|
||||||
"discord" "" off
|
"discord" "" off
|
||||||
|
"docker" "" off
|
||||||
"dotnet" "" off
|
"dotnet" "" off
|
||||||
"filezilla" "" off
|
"filezilla" "" off
|
||||||
"fonts" "" off
|
"fonts" "" off
|
||||||
|
@ -915,6 +922,7 @@ for choice in $choices; do
|
||||||
"conky") setup_conky ;;
|
"conky") setup_conky ;;
|
||||||
"cpu_undervolting") setup_cpu_undervolting ;;
|
"cpu_undervolting") setup_cpu_undervolting ;;
|
||||||
"discord") setup_discord ;;
|
"discord") setup_discord ;;
|
||||||
|
"docker") setup_docker ;;
|
||||||
"dotnet") setup_dotnet ;;
|
"dotnet") setup_dotnet ;;
|
||||||
"filezilla") setup_filezilla ;;
|
"filezilla") setup_filezilla ;;
|
||||||
"fonts") setup_fonts ;;
|
"fonts") setup_fonts ;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue