base install should be buster for everything
This commit is contained in:
parent
ddc3c61ecf
commit
6127c5bc57
|
@ -424,7 +424,7 @@ main() {
|
||||||
|
|
||||||
case "$cmd" in
|
case "$cmd" in
|
||||||
base)
|
base)
|
||||||
apt_sources stable
|
apt_sources buster
|
||||||
base_applications
|
base_applications
|
||||||
install_docker
|
install_docker
|
||||||
install_compose
|
install_compose
|
||||||
|
|
Loading…
Reference in New Issue