diff --git a/README.md b/README.md index 2ae7754..4b196db 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # eqx +This repository contains an archive of crufty scriptlets to deploy servers +on Equinix's bare metal network. ## Token export PACKET_TOKEN=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA @@ -28,5 +30,5 @@ chmod +x ~/bin/packet ## Configure server at Equinix, set "iPXE Script URL" to: -https://util.forksand.com/eqx/ipxe +https://code.forksand.com/forksand/eqx/src/branch/master/ipxe diff --git a/eqx-create-device b/eqx-create-device index 346601f..befe78b 100755 --- a/eqx-create-device +++ b/eqx-create-device @@ -16,7 +16,7 @@ #set -x # Set static variables here -EQXIPXEURL="https://util.forksand.com/eqx/ipxe" +EQXIPXEURL="https://code.forksand.com/forksand/eqx/src/branch/master/ipxe" EQXFACILITY="da11" #EQXOS="debian_10" EQXOS="custom_ipxe"