Created
April 29, 2016 05:32
-
-
Save arzzen/1c180bb165807b533f5322ce173fd61a to your computer and use it in GitHub Desktop.
Update cinnamon weather applet (new Yahoo API)
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
FILE_APPLET="/home/$(USER)/.local/share/cinnamon/applets/weather@mockturtl/applet.js" | |
FILE_SCHEMA="/home/$(USER)/.local/share/cinnamon/applets/weather@mockturtl/settings-schema.json" | |
all: | |
@echo "usage: make install" | |
install: | |
wget -q https://gist.githubusercontent.com/arzzen/7925e31c5355035a6161b5059232ec35/raw/5efbae9132178010ff36cfa105ba238c84ed6069/applet.js -O $(FILE_APPLET) && \ | |
wget -q https://gist.githubusercontent.com/arzzen/1575f9eb3c5daf82f119e37352597dab/raw/999a65b5f9397668dc38c017e01b0c4f0ac04d66/settings-schema.json -O $(FILE_SCHEMA) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment