Update repo URL (#10872)

This commit is contained in:
Slaviša Arežina
2026-01-17 03:14:44 +01:00
committed by GitHub
parent eeeb80bc36
commit 6a02fcaecd
3 changed files with 11 additions and 12 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ msg_ok "Installed WireGuard"
read -r -p "${TAB3}Would you like to add WGDashboard? <y/N> " prompt
if [[ "${prompt,,}" =~ ^(y|yes)$ ]]; then
git clone -q https://github.com/donaldzou/WGDashboard.git /etc/wgdashboard
git clone -q https://github.com/WGDashboard/WGDashboard.git /etc/wgdashboard
msg_info "Installing WGDashboard"
cd /etc/wgdashboard/src