tailscale only setup script
This commit is contained in:
parent
7444ac3e6d
commit
4518f1ad3a
1 changed files with 12 additions and 0 deletions
12
fedora-atomic/tailscale-only-setup.sh
Normal file
12
fedora-atomic/tailscale-only-setup.sh
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Add addtional RPM repos
|
||||||
|
cd /etc/yum.repos.d || exit 1
|
||||||
|
sudo wget https://pkgs.tailscale.com/stable/fedora/tailscale.repo
|
||||||
|
|
||||||
|
# Add flatpak repos
|
||||||
|
sudo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||||
|
|
||||||
|
rpm-ostree install \
|
||||||
|
distrobox \
|
||||||
|
tailscale
|
Loading…
Reference in a new issue