mirror of
https://github.com/uprightbass360/AzerothCore-RealmMaster.git
synced 2026-01-13 09:07:20 +00:00
add updated container scripts
This commit is contained in:
@@ -3,8 +3,8 @@ set -e
|
||||
|
||||
echo "🔧 Starting enhanced backup service with hourly and daily schedules..."
|
||||
|
||||
# Install curl if not available
|
||||
apt-get update && apt-get install -y curl
|
||||
# Install curl if not available (handle different package managers)
|
||||
microdnf install -y curl || yum install -y curl || apt-get update && apt-get install -y curl
|
||||
|
||||
# Download backup scripts from GitHub
|
||||
echo "📥 Downloading backup scripts from GitHub..."
|
||||
|
||||
Reference in New Issue
Block a user