Install tailscale

This commit is contained in:
Gerald Pinder
2023-09-23 15:29:05 -04:00
parent a18dc18856
commit b13b69e5b8
3 changed files with 5 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ rpm:
repos:
- https://pkg.earthly.dev/earthly.repo
- https://copr.fedorainfracloud.org/coprs/varlad/helix/repo/fedora-%FEDORA_VERSION%/varlad-helix-fedora-%FEDORA_VERSION%.repo
- https://pkgs.tailscale.com/stable/fedora/%FEDORA_VERSION%/tailscale.repo
install:
# Needed for yafti (the first boot installer). Remove if you're not using yafti.
- python3-pip
@@ -45,6 +46,7 @@ rpm:
- neovim
- ripgrep
- helix
- tailscale
remove:
# Remove the native firefox (from Fedora) in favor of the Flatpak.
- firefox

View File

@@ -22,6 +22,7 @@ rpm:
repos:
- https://pkg.earthly.dev/earthly.repo
- https://copr.fedorainfracloud.org/coprs/varlad/helix/repo/fedora-%FEDORA_VERSION%/varlad-helix-fedora-%FEDORA_VERSION%.repo
- https://pkgs.tailscale.com/stable/fedora/%FEDORA_VERSION%/tailscale.repo
install:
# Needed for yafti (the first boot installer). Remove if you're not using yafti.
- python3-pip
@@ -49,6 +50,7 @@ rpm:
- neovim
- ripgrep
- helix
- tailscale
remove:
# Remove the native firefox (from Fedora) in favor of the Flatpak.
- firefox

View File

@@ -6,7 +6,7 @@ cd /usr/bin/
curl -L "https://github.com/vadimcn/vscode-lldb/releases/download/v1.7.0/codelldb-x86_64-linux.vsix" -o "codelldb-x86_64-linux.zip"
unzip "codelldb-x86_64-linux.zip" "extension/adapter/*" "extension/lldb/*"
unzip "codelldb-x86_64-linux.zip" "extension/adapter/*" "extension/lldb/*" > /dev/null
rm -f "codelldb-x86_64-linux.zip"