-
Notifications
You must be signed in to change notification settings - Fork 423
Closed as not planned
Description
"#!/bin/sh
set -e
VSN=3.3.1
PLAT=darwin_amd64
curl -LO https://github.com/ipinfo/cli/releases/download/ipinfo-${VSN}/ipinfo_${VSN}_${PLAT}.tar.gz
tar -xf ipinfo_${VSN}${PLAT}.tar.gz
rm ipinfo${VSN}${PLAT}.tar.gz
sudo mv ipinfo${VSN}_${PLAT} /usr/local/bin/ipinfo
echo
echo 'You can now run ipinfo.'
if [ -f "$0" ]; then
rm "$0"
fi"
Metadata
Metadata
Assignees
Labels
No labels