diff --git a/scripts/installer.sh b/scripts/installer.sh index e5b6cd23b..54524f65d 100755 --- a/scripts/installer.sh +++ b/scripts/installer.sh @@ -326,6 +326,11 @@ main() { VERSION="$VERSION_MAJOR" PACKAGETYPE="tdnf" ;; + solus) + OS="$ID" + VERSION="" # rolling release + PACKAGETYPE="eopkg" + ;; # TODO: wsl? # TODO: synology? qnap? @@ -417,6 +422,9 @@ main() { gentoo) # Rolling release, no version checking needed. ;; + solus) + # Rolling release, no version checking needed. + ;; freebsd) if [ "$VERSION" != "12" ] && \ [ "$VERSION" != "13" ] && \ @@ -636,6 +644,12 @@ main() { $SUDO emerge --ask=n net-vpn/tailscale set +x ;; + eopkg) + set -x + $SUDO eopkg install tailscale + $SUDO systemctl enable --now tailscaled + set +x + ;; appstore) set -x open "https://apps.apple.com/us/app/tailscale/id1475387142"