File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments