Skip to content

Instantly share code, notes, and snippets.

@centminmod
Created February 19, 2014 09:29
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 centminmod/9088754 to your computer and use it in GitHub Desktop.
Save centminmod/9088754 to your computer and use it in GitHub Desktop.
addons/linfo.sh quick fix for changed tarball
quick fix would be to edit linfo.sh and replace this line
tar -xzf linfo-${LINFO_VER}.tar.gz
with these 2 lines
mkdir -p linfo-${LINFO_VER}
tar -xzf linfo-${LINFO_VER}.tar.gz -C linfo-${LINFO_VER}
edit and change version number to 1.10
LINFO_VER='1.10'
save linfo.sh and run
./linfo.sh delete
./linfo.sh install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment