Skip to content

Instantly share code, notes, and snippets.

@arzzen
Created April 29, 2016 05:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arzzen/1c180bb165807b533f5322ce173fd61a to your computer and use it in GitHub Desktop.
Save arzzen/1c180bb165807b533f5322ce173fd61a to your computer and use it in GitHub Desktop.
Update cinnamon weather applet (new Yahoo API)
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