Skip to content

Instantly share code, notes, and snippets.

@kenornotes
Created July 30, 2015 15:38
Show Gist options
  • Save kenornotes/016c07a501b943711986 to your computer and use it in GitHub Desktop.
Save kenornotes/016c07a501b943711986 to your computer and use it in GitHub Desktop.
install scudcloud ( slack ubuntu client ) and change icon to slack icon
#!/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