Skip to content

Instantly share code, notes, and snippets.

@HarlemSquirrel
Last active February 2, 2021 19:26
Show Gist options
  • Save HarlemSquirrel/40822835c40b3c2090fa2eb68c7bfec1 to your computer and use it in GitHub Desktop.
Save HarlemSquirrel/40822835c40b3c2090fa2eb68c7bfec1 to your computer and use it in GitHub Desktop.
Install HydraPaper on Ubuntu 18.04
#!/bin/bash
# Install HydraPaper on Ubuntu 18.04
# No super user access required if flatpak is installed
# HarlemSquirrel.github.io
# Install flatpak
sudo apt install -y flatpak gnome-software-plugin-flatpak
# Add flathub repo for the current user
flatpak --user remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
# Install HydraPaper for the current user with flatpak
flatpak --user install -y flathub org.gabmus.hydrapaper
# Install desktop shortcut - uncomment for Ubuntu 16.04
#wget -P ~/.local/share/applications/ https://gist.githubusercontent.com/HarlemSquirrel/b6337ae4ebd1fc0bca7ce7c1aee0c806/raw/3c3420216987eb9f5cb9b3ce82e01ae8de264475/hydrapaper.desktop
#chmod +x ~/.local/share/applications/hydrapaper.desktop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment