Skip to content

Commit c2c97d1

Browse files
ReactDevs007tianon
authored andcommitted
Update "generate-stackbrew-library.sh" too
1 parent 01d0cd4 commit c2c97d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generate-stackbrew-library.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ declare -A aliases=(
66
[7.4-rc]='rc'
77
)
88

9-
defaultDebianSuite='stretch' # TODO buster
9+
defaultDebianSuite='buster'
1010
declare -A debianSuites=(
11-
[7.4-rc]='buster'
11+
#[7.4-rc]='buster'
1212
)
1313
defaultAlpineVersion='3.10'
1414
declare -A alpineVersions=(

0 commit comments

Comments
 (0)