forked from p15670423/monkey
Fixed linux deployment script config to point to proper repository
This commit is contained in:
parent
0238354bea
commit
88c7a6a0f9
|
@ -10,7 +10,7 @@ get_latest_release() {
|
||||||
sed -E 's/.*"([^"]+)".*/\1/' # Pluck JSON value
|
sed -E 's/.*"([^"]+)".*/\1/' # Pluck JSON value
|
||||||
}
|
}
|
||||||
|
|
||||||
MONKEY_LATEST_RELEASE=$(get_latest_release "monkey/guardicore")
|
MONKEY_LATEST_RELEASE=$(get_latest_release "guardicore/monkey")
|
||||||
|
|
||||||
# Monkey binaries
|
# Monkey binaries
|
||||||
LINUX_32_BINARY_NAME="monkey-linux-32"
|
LINUX_32_BINARY_NAME="monkey-linux-32"
|
||||||
|
|
Loading…
Reference in New Issue