Merge pull request #7 from imikushin/vmware
Use the repo under vmware org for installation artifacts
diff --git a/install.sh b/install.sh
index 6226690..8252703 100755
--- a/install.sh
+++ b/install.sh
@@ -2,7 +2,7 @@
#
# usage: install.sh
-# curl -sSL https://raw.githubusercontent.com/akutz/cloud-init-vmware-guestinfo/master/install.sh | sh -
+# curl -sSL https://raw.githubusercontent.com/vmware/cloud-init-vmware-guestinfo/master/install.sh | sh -
#
if ! command -v curl >/dev/null 2>&1; then
@@ -22,7 +22,7 @@
[ -z "${CLOUD_INIT_SOURCES}" ] && echo "cloud-init not found" 1>&2 && exit 1
# The repository from which to fetch the cloud-init datasource and config files.
-REPO_SLUG="${REPO_SLUG:-https://raw.githubusercontent.com/akutz/cloud-init-vmware-guestinfo}"
+REPO_SLUG="${REPO_SLUG:-https://raw.githubusercontent.com/vmware/cloud-init-vmware-guestinfo}"
# The git reference to use. This can be a branch or tag name as well as a commit ID.
GIT_REF="${GIT_REF:-master}"