Removed tailscale-client

This commit is contained in:
Brian Zalewski 2023-11-27 17:30:00 +00:00
parent a95c7795e3
commit 8e47f95317
2 changed files with 7 additions and 16 deletions

View file

@ -869,7 +869,6 @@ softwareGroups:
- rustscan - rustscan
- ssl-proxy - ssl-proxy
- tailscale - tailscale
- tailscale-client
- warp - warp
Orchestration: &Orchestration Orchestration: &Orchestration
- nomad - nomad
@ -1261,7 +1260,6 @@ softwareGroups:
- sqlite - sqlite
- ssh-vault - ssh-vault
- sshfs - sshfs
- tailscale-client
- teller - teller
- tinypng - tinypng
- upx - upx

View file

@ -3300,8 +3300,8 @@ softwarePackages:
exe: https://github.com/fission/fission/releases/download/v1.19.0/fission-v1.19.0-windows-amd64.exe exe: https://github.com/fission/fission/releases/download/v1.19.0/fission-v1.19.0-windows-amd64.exe
github: github.com/fission/fission github: github.com/fission/fission
nix-env: nixos.fission nix-env: nixos.fission
script:darwin: cd /tmp && curl -Lo fission https://github.com/fission/fission/releases/download/v1.19.0/fission-v1.19.0-darwin-amd64 && chmod +x fission && sudo mv fission /usr/local/bin/ script:darwin: cd /tmp && curl -sSLo fission https://github.com/fission/fission/releases/download/v1.19.0/fission-v1.19.0-darwin-amd64 && chmod +x fission && sudo mv fission /usr/local/bin/
script:linux: cd /tmp && curl -Lo fission https://github.com/fission/fission/releases/download/v1.19.0/fission-v1.19.0-linux-amd64 && chmod +x fission && sudo mv fission /usr/local/bin/ script:linux: cd /tmp && curl -sSLo fission https://github.com/fission/fission/releases/download/v1.19.0/fission-v1.19.0-linux-amd64 && chmod +x fission && sudo mv fission /usr/local/bin/
fkill: fkill:
_bin: fkill _bin: fkill
_desc: Fabulously kill processes. Cross-platform _desc: Fabulously kill processes. Cross-platform
@ -8522,8 +8522,8 @@ softwarePackages:
_name: shdoc _name: shdoc
ansible:darwin: professormanhattan.shdoc ansible:darwin: professormanhattan.shdoc
ansible:linux: professormanhattan.shdoc ansible:linux: professormanhattan.shdoc
script:darwin: cd /tmp && git clone --recursive https://github.com/reconquest/shdoc && cd shdoc && sudo make install && cd /tmp && rm -rf shdoc script:darwin: cd /tmp && git clone --recursive https://github.com/reconquest/shdoc && cd shdoc && sudo make install && cd /tmp && sudo rm -rf shdoc
script:linux: cd /tmp && git clone --recursive https://github.com/reconquest/shdoc && cd shdoc && sudo make install && cd /tmp && rm -rf shdoc script:linux: cd /tmp && git clone --recursive https://github.com/reconquest/shdoc && cd shdoc && sudo make install && cd /tmp && sudo rm -rf shdoc
yay: shdoc-git yay: shdoc-git
shellcheck: shellcheck:
_bin: shellcheck _bin: shellcheck
@ -9291,21 +9291,14 @@ softwarePackages:
_name: Tailscale _name: Tailscale
_service:brew: tailscale _service:brew: tailscale
_service:pacman: tailscaled _service:pacman: tailscaled
_when:cask: '! test -d "/Applications/Tailscale.app" && ! test -d "$HOME/Applications/Tailscale.app"'
ansible: professormanhattan.tailscale ansible: professormanhattan.tailscale
brew: tailscale brew: tailscale
cask: tailscale
choco: tailscale
go: tailscale.com/cmd/tailscale{,d}@main go: tailscale.com/cmd/tailscale{,d}@main
pacman: tailscale pacman: tailscale
port: tailscale port: tailscale
tailscale-client:
_bin: tailscale-client
_desc: The Tailscale Client is a menubar app available on macOS and Windows that allows you to easily login and configure Tailscale.
_github: https://github.com/tailscale/tailscale
_home: https://tailscale.com/
_name: Tailscale Client
_pre:cask: if command -v tailscale > /dev/null; then brew uninstall tailscale; fi
_when:cask: '! test -d "/Applications/Tailscale.app" && ! test -d "$HOME/Applications/Tailscale.app"'
cask: tailscale
choco: tailscale
task: task:
_bin: task _bin: task
_desc: A task runner / simpler Make alternative written in Go _desc: A task runner / simpler Make alternative written in Go