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