You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
385 B

3 years ago
# eqx
## Token
export PACKET_TOKEN=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
Or
cat $HOME/.packet-cli.json
{
"token": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
}
## Dependencies
apt install jq
git clone https://github.com/packethost/packet-cli
mkdir -p ~/bin
wget -O ~/bin/packet https://github.com/packethost/packet-cli/releases/download/0.1.1/packet-linux-amd64
chmod +x ~/bin/packet