-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deployed script appears to be from master, not main branch #85
Comments
It is most certainly built off the main branch, and https://install.zerotier.com is serving what's currently on the main branch
returns no output because there is no difference |
|
That is reallt bizarre. A fresh download from https://install.zerotier.com/ is still fetching an old file with the following Mint entries, not the new.
However, your command does indeed return no diff. I can only presume there must be some weird caching issue my end. Would you please humour me and directly download from https://install.zerotier.com/ and check for the same? |
Would you credit it!? Now it's working...
This issue was a waste of effort despite me running the install and fetching the file numerous times. Oh well, practice makes perfect I guess. The direct link is still giving me the old file fwiw. |
As a follow up, and for full documentaion: Following the link https://install.zerotier.com in a browser (Brave - chromium based) fetches the old file. This appears to be an internet cache problem that is apparently slowly resolving itself. |
Whilst testing #76 and #74 I noted that the fetched script from https://install.zerotier.com/ was unchanged. Seeing that further work was also done regarding deployment, I checked again at each new commit.
Expected:
The script fetched with the curl command from https://www.zerotier.com/download/#entry-5 to reflect the changes made and be fixed.
Going directly to https://install.zerotier.com/ to reflect the changes made.
Observed:
The same error shown in console output on Issue #76 when using the curl command.
An unchanged file download from https://install.zerotier.com/
#!/bin/bash <ENDOFSIGSTART=export PATH=/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/local/sbin
ZeroTier install script
All this script does is determine your OS and/or distribution and then add the correct
repository or download the correct package and install it. It then starts the service
and prints your device's ZeroTier address.
Base URL for download.zerotier.com tree; see https://github.com/zerotier/download.zerotier.com if you want to mirror.
Some things want http, some https, so we must specify both. Must include trailing /
ZT_BASE_URL_HTTPS='https://download.zerotier.com/'
ZT_BASE_URL_HTTP='http://download.zerotier.com/'
##########################################################
Maximum Supported Distribution Versions and Codenames
##########################################################
Debian
MAX_SUPPORTED_DEBIAN_VERSION=12
MAX_SUPPORTED_DEBIAN_VERSION_NAME=bookworm
Ubuntu
MAX_SUPPORTED_UBUNTU_VERSION=24.04
MAX_SUPPORTED_UBUNTU_VERSION_NAME=noble
We only do builds for Ubuntu LTS releases. Map non-LTS releases to the nearest previous LTS release.
declare -A UBUNTU_CODENAME_MAP
UBUNTU_CODENAME_MAP["trusty"]="trusty"
UBUNTU_CODENAME_MAP["utopic"]="trusty"
UBUNTU_CODENAME_MAP["vivid"]="trusty"
UBUNTU_CODENAME_MAP["wily"]="trusty"
UBUNTU_CODENAME_MAP["xenial"]="xenial"
UBUNTU_CODENAME_MAP["yakkety"]="xenial"
UBUNTU_CODENAME_MAP["zesty"]="xenial"
UBUNTU_CODENAME_MAP["artful"]="xenial"
UBUNTU_CODENAME_MAP["bionic"]="bionic"
UBUNTU_CODENAME_MAP["cosmic"]="bionic"
UBUNTU_CODENAME_MAP["disco"]="bionic"
UBUNTU_CODENAME_MAP["eoan"]="bionic"
UBUNTU_CODENAME_MAP["focal"]="focal"
UBUNTU_CODENAME_MAP["groovy"]="focal"
UBUNTU_CODENAME_MAP["hirsute"]="focal"
UBUNTU_CODENAME_MAP["impish"]="focal"
UBUNTU_CODENAME_MAP["jammy"]="jammy"
UBUNTU_CODENAME_MAP["kinetic"]="jammy"
UBUNTU_CODENAME_MAP["lunar"]="jammy"
UBUNTU_CODENAME_MAP["mantic"]="jammy"
UBUNTU_CODENAME_MAP["noble"]="noble"
Mint
MAX_SUPPORTED_MINT_VERSION=21.3
MAX_SUPPORTED_MINT_VERSION_NAME=virginia
Map Mint codenames to Ubuntu codenames (and sometimes Debian)
declare -A MINT_CODENAME_MAP
MINT_CODENAME_MAP["virginia"]="jammy"
MINT_CODENAME_MAP["victoria"]="jammy"
MINT_CODENAME_MAP["vera"]="jammy"
MINT_CODENAME_MAP["vanessa"]="jammy"
MINT_CODENAME_MAP["una"]="focal"
MINT_CODENAME_MAP["uma"]="focal"
MINT_CODENAME_MAP["ulyssa"]="focal"
MINT_CODENAME_MAP["ulyana"]="focal"
MINT_CODENAME_MAP["faye"]="bookworm"
##########################################################
End
##########################################################
echo
echo '*** ZeroTier Service Quick Install for Unix-like Systems'
echo
echo '*** Tested OSes / distributions:'
echo
echo '*** MacOS (10.13+) (just installs ZeroTier One.pkg)'
echo '*** Debian Linux (7+)'
echo '*** RedHat/CentOS Linux (6+)'
echo '*** Fedora Linux (16+)'
echo '*** SuSE Linux (12+)'
echo '*** Mint Linux (20+)'
echo '*** Kali Linux (2024.1+)'
echo
echo '*** Supported architectures vary by OS / distribution. We try to support'
echo '*** every system architecture supported by the target.'
echo
echo '*** Please report problems by opening a GitHub issue or Pull Request at: '
echo '*** https://github.com/zerotier/install.zerotier.com'
echo '*** Please include the content of
/etc/os-release
for your distribution.'echo
SUDO=
if [ "$UID" != "0" ]; then
if [ -e /usr/bin/sudo -o -e /bin/sudo ]; then
SUDO=sudo
else
echo '*** This quick installer script requires root privileges.'
exit 0
fi
fi
Detect MacOS and install .pkg file there
if [ -e /usr/bin/uname ]; then
if [ "
/usr/bin/uname -s
" = "Darwin" ]; thenecho '*** Detected MacOS / Darwin, downloading and installing Mac .pkg...'
$SUDO rm -f "/tmp/ZeroTier One.pkg"
curl -s ${ZT_BASE_URL_HTTPS}dist/ZeroTier%20One.pkg >"/tmp/ZeroTier One.pkg"
$SUDO installer -pkg "/tmp/ZeroTier One.pkg" -target /
fi
Detect already-installed on Linux
if [ -f /usr/sbin/zerotier-one ]; then
echo '*** ZeroTier appears to already be installed.'
exit 0
fi
rm -f /tmp/zt-gpg-key
echo '-----BEGIN PGP PUBLIC KEY BLOCK-----' >/tmp/zt-gpg-key
cat >>/tmp/zt-gpg-key << END_OF_KEY
Comment: GPGTools - https://gpgtools.org
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
=JgAv
END_OF_KEY
echo '-----END PGP PUBLIC KEY BLOCK-----' >>/tmp/zt-gpg-key
echo '*** Detecting Linux Distribution'
echo
_old_apt_signing() {
URL=$1
CODENAME=$2
if [ -d /etc/apt/trusted.gpg.d ]; then
$SUDO gpg --dearmor < /tmp/zt-gpg-key > /etc/apt/trusted.gpg.d/zerotier-debian-package-key.gpg
else
$SUDO apt-key add /tmp/zt-gpg-key
fi
echo "deb ${URL}debian/$CODENAME $CODENAME main" >/tmp/zt-sources-list
}
_new_apt_signing() {
URL=$1
CODENAME=$2
$SUDO gpg --dearmor < /tmp/zt-gpg-key > /usr/share/keyrings/zerotier-debian-package-key.gpg
echo "deb [signed-by=/usr/share/keyrings/zerotier-debian-package-key.gpg] ${URL}debian/$CODENAME $CODENAME main" >/tmp/zt-sources-list
}
write_apt_repo() {
DISTRIBUTION=$1
VERSION=$2
URL=$3
CODENAME=$4
}
if [ ! -f /etc/os-release ]; then
echo '*** Cannot detect Linux distribution! Aborting.'
exit 1
fi
source /etc/os-release
if [ $ID == "debian" ] || [ $ID == "raspbian" ]; then
echo '*** Detected Debian Linux, creating /etc/apt/sources.list.d/zerotier.list'
elif [ $ID == "ubuntu" ] || [ $ID == "pop" ]; then
echo '*** Detected Ubuntu Linux, creating /etc/apt/sources.list.d/zerotier.list'
elif [ $ID == "linuxmint" ]; then
echo '*** Detected Linux Mint, creating /etc/apt/sources.list.d/zerotier.list'
elif [ $ID == "kali" ]; then
echo '*** Detected Kali Linux, creating /etc/apt/sources.list.d/zerotier.list'
elif [ $ID == "centos" ] || [ $ID == "rocky" ] || [ $ID == "almalinux" ] || [ $ID == "rhel" ] || [ $ID == "fedora" ] || [ $ID == "amzn" ] || [ $ID == "sangoma" ] || [ $ID == "ol" ]; then
baseurl="${ZT_BASE_URL_HTTP}redhat/el/7"
if [ -n "
cat /etc/redhat-release 2>/dev/null | grep -i fedora
" ]; thenecho "*** Found Fedora, creating /etc/yum.repos.d/zerotier.repo"
fedora_release="
cat /etc/os-release | grep -F VERSION_ID= | cut -d = -f 2
"if [ -n "$fedora_release" ]; then
baseurl="${ZT_BASE_URL_HTTP}redhat/fc/$fedora_release"
else
baseurl="${ZT_BASE_URL_HTTP}redhat/fc/22"
fi
elif [ -n "
cat /etc/redhat-release 2>/dev/null | grep -i centos
" -o -n "cat /etc/redhat-release 2>/dev/null | grep -i enterprise
" -o -n "cat /etc/redhat-release 2>/dev/null | grep -i rocky
" -o -n "cat /etc/redhat-release 2>/dev/null | grep -i alma
" ]; thenecho "*** Found RHEL/CentOS/Rocky, creating /etc/yum.repos.d/zerotier.repo"
baseurl="${ZT_BASE_URL_HTTP}redhat/el/$releasever"
elif [ -n "
cat /etc/system-release 2>/dev/null | grep -i amazon
" ]; thenecho "*** Found Amazon (CentOS/RHEL based), creating /etc/yum.repos.d/zerotier.repo"
if [ -n "
cat /etc/system-release 2>/dev/null | grep -F 'Amazon Linux 2'
" ]; thenbaseurl="${ZT_BASE_URL_HTTP}redhat/el/7"
else
baseurl="${ZT_BASE_URL_HTTP}redhat/amzn1/2016.03"
fi
else
echo "*** Found unknown yum-based repo, using el/7, creating /etc/yum.repos.d/zerotier.repo"
fi
elif [ $ID == "opensuse" ] || [ $ID == "suse" ]; then$SUDO zypper addrepo -t YUM -g $ {ZT_BASE_URL_HTTP}redhat/el/7 zerotier
echo '*** Found SuSE, adding zypper YUM repo...'
cat /dev/null |
cat /dev/null | $SUDO rpm --import /tmp/zt-gpg-key
elif [ $ID == "opensuse-tumbleweed" ]; then$SUDO zypper addrepo -t YUM -G $ {ZT_BASE_URL_HTTP}redhat/el/9 zerotier
echo '*** Found SuSE Tumbleweed/Leap, adding zypper YUM repo...'
cat /dev/null |
else
echo '*** Unknown or unsupported distribution! Aborting.'
exit 1
fi
$SUDO rm -f /tmp/zt-gpg-key
if [ ! -e /usr/sbin/zerotier-one ]; then
echo
echo '*** Package installation failed! Unfortunately there may not be a package'
echo '*** for your architecture or distribution. For the source go to:'
echo '*** https://github.com/zerotier/ZeroTierOne'
echo
exit 1
fi
echo
echo '*** Enabling and starting ZeroTier service...'
if [ -e /usr/bin/systemctl -o -e /usr/sbin/systemctl -o -e /sbin/systemctl -o -e /bin/systemctl ]; then
$SUDO systemctl enable zerotier-one
$SUDO systemctl start zerotier-one
if [ "$?" != "0" ]; then
echo
echo '*** Package installed but cannot start service! You may be in a Docker'
echo '*** container or using a non-standard init service.'
echo
exit 1
fi
else
if [ -e /sbin/update-rc.d -o -e /usr/sbin/update-rc.d -o -e /bin/update-rc.d -o -e /usr/bin/update-rc.d ]; then
$SUDO update-rc.d zerotier-one defaults
else
$SUDO chkconfig zerotier-one on
fi
$SUDO /etc/init.d/zerotier-one start
fi
echo
echo '*** Waiting for identity generation...'
while [ ! -f /var/lib/zerotier-one/identity.secret ]; do
sleep 1
done
echo
echo "*** Success! You are ZeroTier address [
cat /var/lib/zerotier-one/identity.public | cut -d : -f 1
]."echo
exit 0
-----BEGIN PGP SIGNATURE-----
iQJJBAEBCAAzFiEEdKXpxFjhpDHx2lenFlcZiCPlKmEFAmZZ8xIVHGNvbnRhY3RA
emVyb3RpZXIuY29tAAoJEBZXGYgj5SphsdMP/ig91AIAjDPDiQJDlDA0D2S3sDVG
NzwGgqJY+kzmtb24FZJbpcP7XgZLp016OPlYyATvagWyfZ37fOwo6d8PJ0G7Onyd
gBnatTvsvqAhKc3OX+4opYEqYc5NtjHfgEuVZfsXQFM5m9AfGoJo/T6JXDYkeaMm
+P8TXdRO4bVotUyOJI6GIzkIIH7Ul7YtwVa4D20MYH0rC32kGORNJwg2OmJrclZP
Yt5qA4qsBrIepPz3axrst8m7mEzWmpT6OTHJuSmJ1NWirMWjGqF8yozftMoCTddo
pQKVkl7/2oHNiorntyulkYT4VYzjOuWBPn/iPwCBi0r7ZEDCteeY937kMZEshgCM
ZZd7w+dfrcdJhSZFigkFOEWf32Jc0NfiyY9GzgWBGVIAZcOCX+tsO+0JUWRp6IHP
r96AIIATOTkxUHbjS4YEpceSKfyt8Xr+ASHfdbqf8cvXEU7tjbsg/LtPCICg4JN7
t3kXKf+hXIXJF8LbRgRN3xMjrrH1yPJwUqd11HR+qjBL/HoFeyRJLht8AegTh33r
TPhkcbUInDkvJauNDd7fAi5QKHVzLeWlFMaOyRS1svoe5CrwynJNzCb33RRnDdSs
ZBar7tuKZJUCmucKeBlKbzCxfCHZM98nCXfNxgebqgh7WKW6YKvZ8SyzH3jwzlYm
yFfswoyCCP/zzRsV
=X16V
-----END PGP SIGNATURE-----
This appears to be install.sh.in from the Master branch (which I asume to have been dropped as the default branch) and not install.sh.in from main branch as expected.
Reproduction:
Diff output
1,5c1 < #!/bin/bash < < # shellcheck disable=SC2148 65,66c61,62 < MAX_SUPPORTED_MINT_VERSION=21.3 < MAX_SUPPORTED_MINT_VERSION_NAME=virginia --- > MAX_SUPPORTED_MINT_VERSION=22 > MAX_SUPPORTED_MINT_VERSION_NAME=wilma 69a66 > MINT_CODENAME_MAP["wilma"]="noble" 222a220 > # shellcheck disable=SC2072 237c235 < if [[ "$DISTRIBUTION" == "ubuntu" && "$VERSION" < "22.04" ]]; then --- > if [[ "$DISTRIBUTION" == "ubuntu" && "$VERSION" < "22.04" ]]; then 249c247 < elif [[ "$DISTRIBUTION" == "linuxmint" && ( "$VERSION" == "21" || "$VERSION" > "21" ) ]]; then --- > elif [[ "$DISTRIBUTION" == "linuxmint" && ( "$VERSION" == "21" || "$VERSION" -gt "21" ) ]]; then 251c249 < elif [[ "$DISTRIBUTION" == "linuxmint" && ( "$VERSION" == "20" || ("$VERSION" > "20" && "$VERSION" < "21" ) ) ]]; then --- > elif [[ "$DISTRIBUTION" == "linuxmint" && ( "$VERSION" == "20" || ("$VERSION" -gt "20" && "$VERSION" -lt "21" ) ) ]]; then 303,304c301,302 < if [[ "$VERSION_ID" > "$MAX_SUPPORTED_MINT_VERSION" ]]; then < write_apt_repo $ID $MAX_SUPPORED_MINT_VERSION $ZT_BASE_URL_HTTP $MAX_SUPPORTED_MINT_VERSION_NAME --- > if [[ "$VERSION_ID" -gt "$MAX_SUPPORTED_MINT_VERSION" ]]; then > write_apt_repo $ID $MAX_SUPPORTED_MINT_VERSION $ZT_BASE_URL_HTTP $MAX_SUPPORTED_MINT_VERSION_NAME 394,396c392,402 < $SUDO systemctl enable zerotier-one <ZT-install.diff.txt
Additional information
Consulting the output from Git-Workflow checks on the most recent pull #84, the following hint caught my eye.
If I'm understaning that correctly, a new git config is written for the safe directory, and this ends up referencing Master branch without explicitly setting the init.defaultBranch variable. Cloning the repo and checking status shows that main is the default branch:
/install.zerotier.com/.git/config reveals that main is indeed the referenced branch for a clone as expected, but there is no init.defaultBranch entry.
I am unable to simulate a fix for this by adding the init variable to git config with my current workspace and environment, but I suspect that hint will produce the correct results.
The text was updated successfully, but these errors were encountered: