Last active
September 12, 2021 17:54
-
-
Save koshatul/d70e5a658a034facd05de7ff1a526b62 to your computer and use it in GitHub Desktop.
Install ucaresystem-core on Ubuntu 16.04 and potentially above
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
#!/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