pull/17701/merge
Jared Cervantes 2 days ago committed by GitHub
commit 1e02f3ce00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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"

Loading…
Cancel
Save