This file contains 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 | |
# Discord with Electron 16.2.8 for Ubuntu 22.04 | |
# https://gist.github.com/dev-rfc | |
export INSTALL_PATH=/usr/share/discord | |
export DISCORD_VERSION=0.0.18 | |
export ELECTRON_VERSION=16.2.8 | |
export TEMP_PATH=/tmp/discord_setup |
This file contains 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
; Yet another ISO Mount/Unmount Dolphin Service | |
; | |
; Installation | |
; Copy this file to ~/.local/share/kservices5/ServiceMenus/ and restart Dolphin | |
; | |
; https://github.com/dev-rfc | |
[Desktop Entry] | |
Type=Service |