File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ if [ "$DB_SYSTEM" = 'mysql' ]; then
4646fi
4747
4848# Add amd64 to repositories to prevent notifications - https://goo.gl/hmsSV7
49- if ! grep -q ' amd64' /etc/apt/sources.list.d/nginx.list; then
50- sed -i s/deb/" deb [arch=amd64]" /g /etc/apt/sources.list.d/nginx.list
49+ if ! grep -q ' arch= amd64' /etc/apt/sources.list.d/nginx.list; then
50+ sed -i s/" deb " /" deb [arch=amd64] " /g /etc/apt/sources.list.d/nginx.list
5151fi
52- if ! grep -q ' amd64' /etc/apt/sources.list.d/mariadb.list; then
53- sed -i s/deb/" deb [arch=amd64]" /g /etc/apt/sources.list.d/mariadb.list
52+ if ! grep -q ' arch= amd64' /etc/apt/sources.list.d/mariadb.list; then
53+ sed -i s/" deb " /" deb [arch=amd64] " /g /etc/apt/sources.list.d/mariadb.list
5454fi
5555
5656# Fix named rule for AppArmor - https://goo.gl/SPqHdq
You can’t perform that action at this time.
0 commit comments