Created
November 7, 2023 14:41
-
-
Save tabrez/e70db2f45d2bb7b7ac4ece9f5997e423 to your computer and use it in GitHub Desktop.
Setup Fedora Kinoite 39
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
wget https://mega.nz/linux/repo/Fedora_39/x86_64/megasync-Fedora_39.x86_64.rpm -O megasync.rpm | |
rpm-ostree install megasync.rpm | |
rm -rf megasync.rpm | |
wget --content-disposition https://mullvad.net/download/app/rpm/latest -O mullvad.rpm | |
rpm-ostree install mullvad.rpm | |
rm -f mullvad.rpm | |
rpm-ostree install jetbrains-mono-fonts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment