2024-03-31 14:27:11 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
cd /etc/yum.repos.d
|
|
|
|
sudo wget https://pkgs.tailscale.com/stable/fedora/tailscale.repo
|
2024-03-31 15:15:55 +00:00
|
|
|
sudo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
2024-03-31 14:27:11 +00:00
|
|
|
rpm-ostree override remove firefox firefox-langpacks
|
|
|
|
rpm-ostree install distrobox tailscale syncthing ansible falkon python3-keyring wl-clipboard kate mercurial mercurial-rust
|