Created
July 30, 2015 15:38
-
-
Save kenornotes/016c07a501b943711986 to your computer and use it in GitHub Desktop.
install scudcloud ( slack ubuntu client ) and change icon to slack icon
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 | |
echo "install scudcloud ( slack ubuntu client ) and change icon to slack" | |
sudo apt-add-repository -y ppa:rael-gc/scudcloud | |
sudo apt-get update | |
sudo apt-get install scudcloud | |
wget http://iosicongallery.com/iosicongallery/img/128/slack-2014.png -O ~/scudcloud.png | |
sudo dpkg-divert --add --rename --divert /opt/scudcloud/resources/scudcloud.png.real /opt/scudcloud/resources/scudcloud.png | |
sudo cp ~/scudcloud.png /opt/scudcloud/resources/ | |
sudo chmod +r /opt/scudcloud/resources/scudcloud.png | |
rm ~/scudcloud.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment