add librewolf to base system
This commit is contained in:
parent
9ed366ce40
commit
ae1faa9a47
1 changed files with 4 additions and 1 deletions
|
@ -2,13 +2,16 @@
|
||||||
|
|
||||||
cd /etc/yum.repos.d || exit 1
|
cd /etc/yum.repos.d || exit 1
|
||||||
sudo wget https://pkgs.tailscale.com/stable/fedora/tailscale.repo
|
sudo wget https://pkgs.tailscale.com/stable/fedora/tailscale.repo
|
||||||
|
sudo wget https://rpm.librewolf.net/librewolf-repo.repo
|
||||||
sudo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
sudo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||||
rpm-ostree override remove firefox firefox-langpacks
|
rpm-ostree override remove firefox firefox-langpacks
|
||||||
rpm-ostree install \
|
rpm-ostree install \
|
||||||
distrobox tailscale \
|
distrobox \
|
||||||
|
tailscale \
|
||||||
syncthing \
|
syncthing \
|
||||||
ansible \
|
ansible \
|
||||||
falkon \
|
falkon \
|
||||||
|
librewolf \
|
||||||
python3-keyring \
|
python3-keyring \
|
||||||
wl-clipboard \
|
wl-clipboard \
|
||||||
kate \
|
kate \
|
||||||
|
|
Loading…
Reference in a new issue