7 lines
369 B
Bash
Executable File
7 lines
369 B
Bash
Executable File
#!/bin/bash
|
|
# Placeholder for Scripts/Settings.sh
|
|
# Please download manually from: https://raw.githubusercontent.com/VIKINGYFY/OpenWRT-CI/main/Scripts/Settings.sh
|
|
# Or run: curl -fsSL https://raw.githubusercontent.com/VIKINGYFY/OpenWRT-CI/main/Scripts/Settings.sh -o Scripts/Settings.sh
|
|
set -euo pipefail
|
|
echo "Settings.sh placeholder - please下载 the actual script"
|