Skip to content

Instantly share code, notes, and snippets.

@tabrez
Created November 7, 2023 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tabrez/e70db2f45d2bb7b7ac4ece9f5997e423 to your computer and use it in GitHub Desktop.
Save tabrez/e70db2f45d2bb7b7ac4ece9f5997e423 to your computer and use it in GitHub Desktop.
Setup Fedora Kinoite 39
#!/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