Created
November 26, 2019 14:46
-
-
Save Kolyall/57faf6f880f6e342e44f62936fde7dcf to your computer and use it in GitHub Desktop.
Install WhatsUp to linux
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
[Desktop Entry] | |
Name=Franz | |
Comment= | |
Exec=/opt/franz/franz | |
Icon=/opt/franz/franz-icon.png | |
Terminal=false | |
Type=Application | |
Categories=Messaging,Internet |
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
sudo apt install libgconf2-4 gconf2 | |
wget "https://github.com$(curl -s https://github.com/meetfranz/franz/releases | grep -E -o '/meetfranz/franz/releases/download/[a-z0-9./-]{6,}[.]tar[.]gz' | head -n 1)" -O franz.tar.gz | |
tar xvzf franz.tar.gz | |
rm franz.tar.gz | |
sudo mv franz-* /opt/franz | |
sudo wget "https://cdn-images-1.medium.com/max/360/1*v86tTomtFZIdqzMNpvwIZw.png" -O /opt/franz/franz-icon.png | |
sudo gedit /usr/share/applications/franz.desktop | |
cp /usr/share/applications/franz.desktop ~/Desktop/franz.desktop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://zalinux.ru/?p=1868