puffnfresh / toggle-osx-shadows

Tiny tool to toggle window shadows on OS X
410 stars 27 forks source link

clib install failed: not in gzip format #20

Open slowkow opened 8 years ago

slowkow commented 8 years ago

Thanks for creating this tool! These instructions worked for me:

git clone https://github.com/pufuwozu/toggle-osx-shadows.git
cd toggle-osx-shadows
make
./toggle-osx-shadows

However, I just want to let you know that the clib instructions did not work for me:

$ brew install clib
==> Downloading https://homebrew.bintray.com/bottles/clib-1.7.0.yosemite.bottle.tar.gz
######################################################################## 100.0%
==> Pouring clib-1.7.0.yosemite.bottle.tar.gz
🍺  /usr/local/Cellar/clib/1.7.0: 7 files, 690.8K

$ clib install puffnfresh/toggle-osx-shadows
       fetch : puffnfresh/toggle-osx-shadows:package.json
gzip: toggle-osx-shadows-0.0.1.tar.gz: not in gzip format
sh: line 0: cd: /var/folders/k5/ynx90ngs6_7f7pcdkb77tp088qtqn4/T//toggle-osx-shadows-0.0.1: No such file or directory
credej commented 8 years ago

Had the same issue