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

View File

@@ -22,6 +22,7 @@ rpm:
repos: repos:
- https://pkg.earthly.dev/earthly.repo - https://pkg.earthly.dev/earthly.repo
- https://copr.fedorainfracloud.org/coprs/varlad/helix/repo/fedora-%FEDORA_VERSION%/varlad-helix-fedora-%FEDORA_VERSION%.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: install:
# Needed for yafti (the first boot installer). Remove if you're not using yafti. # Needed for yafti (the first boot installer). Remove if you're not using yafti.
- python3-pip - python3-pip
@@ -49,6 +50,7 @@ rpm:
- neovim - neovim
- ripgrep - ripgrep
- helix - helix
- tailscale
remove: remove:
# Remove the native firefox (from Fedora) in favor of the Flatpak. # Remove the native firefox (from Fedora) in favor of the Flatpak.
- firefox - 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" 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" rm -f "codelldb-x86_64-linux.zip"