Skip to content

Instantly share code, notes, and snippets.

@koshatul
Last active September 12, 2021 17:54
Show Gist options
  • Save koshatul/d70e5a658a034facd05de7ff1a526b62 to your computer and use it in GitHub Desktop.
Save koshatul/d70e5a658a034facd05de7ff1a526b62 to your computer and use it in GitHub Desktop.
Install ucaresystem-core on Ubuntu 16.04 and potentially above
#!/bin/bash
## Install uCareSystem on Ubuntu 16.04 (and probably future versions)
## curl -sSL 'https://gist.githubusercontent.com/Koshatul/d70e5a658a034facd05de7ff1a526b62/raw/ucaresystem-install.sh' | /bin/bash
sudo apt-get install -y apt-transport-https software-properties-common
sudo add-apt-repository -y ppa:utappia/stable
sudo apt-get update
sudo apt-get -y install ucaresystem-core
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment