View latte-dock-installation.sh
This file contains 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 | |
# Adpated from Dart's original script - http://www98.zippyshare.com/v/00wh802v/file.html | |
echo "...This script will install a fresh build or update existing installation of Latte-Dock..." | |
sleep 1 | |
echo "... Latte-Dock requires Plasma 5.8.0+ ..." | |
sleep 1 |