add tailscale into initial kinoite setup
This commit is contained in:
parent
74d4e2c628
commit
ef58ba9369
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
cd /etc/yum.repos.d
|
||||||
|
sudo wget https://pkgs.tailscale.com/stable/fedora/tailscale.repo
|
||||||
rpm-ostree override remove firefox firefox-langpacks
|
rpm-ostree override remove firefox firefox-langpacks
|
||||||
rpm-ostree install distrobox
|
rpm-ostree install distrobox tailscale
|
||||||
|
|
Loading…
Reference in a new issue