Install tailscale
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user