From 901e02e0ac2eddac8d97fec832e4c499c00eab94 Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Fri, 18 Feb 2022 11:33:12 -0500
Subject: [PATCH] Update mariadb_container.sh

---
 ct/mariadb_container.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ct/mariadb_container.sh b/ct/mariadb_container.sh
index 3f5e35d8..c3f09991 100644
--- a/ct/mariadb_container.sh
+++ b/ct/mariadb_container.sh
@@ -76,7 +76,7 @@ function load_module() {
 TEMP_DIR=$(mktemp -d)
 pushd $TEMP_DIR >/dev/null
 
-wget -qL https://raw.githubusercontent.com/tteck/Proxmox/dev/setup/mariadb_setup.sh
+wget -qL https://raw.githubusercontent.com/tteck/Proxmox/main/setup/mariadb_setup.sh
 
 load_module overlay