Skip to content

Instantly share code, notes, and snippets.

@blindpet
blindpet / observiumdebianubuntu.sh
Last active March 1, 2020 15:37
installobserviumondebianubuntu
#!/usr/bin/env bash
mysqlpass="passw0rd"
observiumsqluser="observiumsqluser"
observiumsqlpass="observiumsqlpass"
observiumsqldb="observiumsqldatabase"
observiumuilogin="admin"
observiumuipass="admin"
#one line install: wget https://goo.gl/u6SjgB -O observiumdebian.sh && sudo bash observiumdebian.sh
#safe way to get wheezy or trusty info
cat /etc/*release | grep VERSION= | grep '7\|14'