Skip to content

Instantly share code, notes, and snippets.

@timsueberkrueb
timsueberkrueb / install.sh
Last active April 10, 2018 20:36
Simple installation script for material-browser
# liri-browser installation script
# (C) Copyright 2015 by Tim Süberkrüb
# Modifications by Joshua Holland
set -e # This makes (haha) the script exit when make'ing liri-browser fails, but is good for debugging.
# Also, if a command can't complete, we avoid trying to continue and potentially clobbering stuff.
echo "Welcome to the liri-browser installer!"
mkdir liri-browser-installer && cd liri-browser-installer # Keep files in a separate directory, i.e. don't clog up ~/Downloads/
# Download & install Qt 5.5
echo -n "Is Qt 5.5 already installed? [y/n] " # If so, don't bother downloading the installer.