# Install Tailscale on Fedora Silverblue
Topics: [[Fedora Silverblue]], [[Tailscale]]
First, we need to add the Tailscale package repository:
```shell
sudo wget https://pkgs.tailscale.com/stable/fedora/tailscale.repo -P /etc/yum.repos.d/
```
The repository settings for GPG might cause issues with the Gnome Software application. If that is the case, edit the file and set `repo_gpgcheck=0`.
Now we can install Tailscale and reboot:
```shell
rpm-ostree install -r tailscale
```
## Subtopics
-
## Bookmarks
-
## Related topics
- [[rpm-ostree]]