7 lines
371 B
Bash
Executable file
7 lines
371 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cd /etc/yum.repos.d
|
|
sudo wget https://pkgs.tailscale.com/stable/fedora/tailscale.repo
|
|
sudo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
|
rpm-ostree override remove firefox firefox-langpacks
|
|
rpm-ostree install distrobox tailscale syncthing ansible falkon python3-keyring wl-clipboard kate mercurial mercurial-rust
|