Skip to content

Commit 0f5696a

Browse files
committed
add "fedora-asahi-remix" to red-hat like distros
1 parent 3c35534 commit 0f5696a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ elif [ $ID == "kali" ]; then
311311
echo '*** Detected Kali Linux, creating /etc/apt/sources.list.d/zerotier.list'
312312

313313
write_apt_repo $ID $VERSION_ID $ZT_BASE_URL_HTTP $MAX_SUPPORTED_DEBIAN_VERSION_NAME
314-
elif [ $ID == "centos" ] || [ $ID == "rocky" ] || [ $ID == "almalinux" ] || [ $ID == "rhel" ] || [ $ID == "fedora" ] || [ $ID == "amzn" ] || [ $ID == "sangoma" ] || [ $ID == "ol" ]; then
314+
elif [ $ID == "centos" ] || [ $ID == "rocky" ] || [ $ID == "almalinux" ] || [ $ID == "rhel" ] || [ $ID == "fedora" ] || [ $ID == "amzn" ] || [ $ID == "sangoma" ] || [ $ID == "ol" ] || [ $ID == "fedora-asahi-remix" ]; then
315315
baseurl="${ZT_BASE_URL_HTTP}redhat/el/7"
316316
if [ -n "`cat /etc/redhat-release 2>/dev/null | grep -i fedora`" ]; then
317317
echo "*** Found Fedora, creating /etc/yum.repos.d/zerotier.repo"

0 commit comments

Comments
 (0)