mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-01 23:40:25 +00:00
8 lines
281 B
Bash
Executable file
8 lines
281 B
Bash
Executable file
echo Installing GraphicsMagick - provides gm and convert...
|
|
apt-get install -qq graphicsmagick
|
|
|
|
echo Installing phantomjs and dependency...
|
|
apt-get install -qq libicu48
|
|
|
|
echo Installing requirements for grunt-spritesmith...
|
|
apt-get install -qq pkg-config libcairo2-dev libjpeg-dev
|