Install Tipp10

wget http://installit.googlecode.com/hg/install.tipp10.sh -O - | bash -

#!/bin/bash

# parse download link
URL=$(wget -q http://www.tipp10.com/de/download/getfile/5/ -O - | grep getfile | tail -1 | cut -d"\"" -f 2)

# download
wget "http://www.tipp10.com${URL}" -O /tmp/tipp10.deb

# install
sudo dpkg -i /tmp/tipp10.deb

Do you like this page? Then support it. Please click the AD below and visit the sponsor. Thank you!