File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 648648echo " [ * ] NGINX"
649649if [ " $release " -eq 11 ]; then
650650 echo " Skip nginx repo, not available yet."
651+ echo " #deb [arch=$ARCH ] https://nginx.org/packages/mainline/$VERSION / $codename nginx" > $apt /nginx.list
651652else
652653 echo " deb [arch=$ARCH ] https://nginx.org/packages/mainline/$VERSION / $codename nginx" > $apt /nginx.list
653654fi
668669# Installing MariaDB repo
669670if [ " $mysql " = ' yes' ]; then
670671 echo " [ * ] MariaDB"
671- # Temporary solution for Deb11 support
672- if [ " $release " -eq 11 ]; then
673- echo " deb [arch=$ARCH ] https://mirror.mva-n.net/mariadb/repo/$mariadb_v /$VERSION sid main" > $apt /mariadb.list
674- else
675- echo " deb [arch=$ARCH ] https://mirror.mva-n.net/mariadb/repo/$mariadb_v /$VERSION $codename main" > $apt /mariadb.list
676- fi
672+ echo " deb [arch=$ARCH ] https://mirror.mva-n.net/mariadb/repo/$mariadb_v /$VERSION $codename main" > $apt /mariadb.list
677673 apt-key adv --fetch-keys ' https://mariadb.org/mariadb_release_signing_key.asc' > /dev/null 2>&1
678674fi
679675
You can’t perform that action at this time.
0 commit comments