mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-06-08 09:27:45 +08:00
fix: Update location
This commit is contained in:
parent
d5637e8da0
commit
d462c6d7a2
@ -28,7 +28,7 @@ start() {
|
|||||||
|
|
||||||
if [ ! -f "$SCRIPT" ]; then
|
if [ ! -f "$SCRIPT" ]; then
|
||||||
|
|
||||||
URL="https://raw.githubusercontent.com/kroese/virtual-dsm/master/agent/agent.sh"
|
URL="https://raw.githubusercontent.com/vdsm/virtual-dsm/master/agent/agent.sh"
|
||||||
|
|
||||||
if ! curl -sfk -m 10 -o "${SCRIPT}" "${URL}"; then
|
if ! curl -sfk -m 10 -o "${SCRIPT}" "${URL}"; then
|
||||||
error 'Failed to download agent script.' > /dev/ttyS0
|
error 'Failed to download agent script.' > /dev/ttyS0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user