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 | |
# This script installs BetterDiscord for the Flatpak version of Discord on Linux. | |
# Written by Rob Chiocchio on 04/30/2024 | |
### Variables ### | |
# Color variables | |
NO_COLOR="\033[0m" | |
COLOR="\033[0;36m" # Cyan | |
# Flatpak Discord AppID and download URL for latest BetterDiscord Linux AppImage release |