There's various ways to install the Signal messaging app on platforms other than Debian or Ubuntu, here's how I do it.
It's not trivial, but it's not difficult.
| // https://sankeymatic.com/build/ | |
| // doesn't include national insurance | |
| // Enter Flows between Nodes, like this: | |
| // Source [AMOUNT] Target | |
| Wages [50000] Gross | |
| Bonus [4000] Gross | |
| Gross [12570] NillBand | |
| Gross [37700] 20%Band |
| # Install Ubiquiti Unifi Controller on Ubuntu 20.04. | |
| # As tested on a fresh install of ubuntu-20.04.1-live-server, August 22nd 2020. | |
| # Thanks to https://gist.github.com/tmuncks for posting the updated install steps. | |
| sudo apt update | |
| sudo apt install --yes apt-transport-https | |
| echo 'deb https://www.ui.com/downloads/unifi/debian stable ubiquiti' | sudo tee /etc/apt/sources.list.d/100-ubnt-unifi.list | |
| sudo wget -O /etc/apt/trusted.gpg.d/unifi-repo.gpg https://dl.ui.com/unifi/unifi-repo.gpg |
| this replaces the init.pp in https://forge.puppet.com/skoblenick/pycharm/ | |
| # == Class: pycharm::install | |
| # | |
| # Installs PyCharm. | |
| # | |
| # === Authors | |
| # | |
| # Ryan Skoblenick <ryan@Xskoblenick.Xcom> |