Skip to content

Instantly share code, notes, and snippets.

@trapd00r
Created July 16, 2012 01:24
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 trapd00r/3119649 to your computer and use it in GitHub Desktop.
Save trapd00r/3119649 to your computer and use it in GitHub Desktop.
n950+coreutilsthx
#!/bin/sh
mkdir -p $HOME/bin/coreutils && \
cd $HOME/bin/coreutils && \
wget --no-verbose http://n950.japh.se/coreutils_8.5-1maemo2+0m6_armel.deb && \
dpkg -x 'coreutils_8.5-1maemo2+0m6_armel.deb' . && \
printf "export PATH=$PWD/bin:$PATH >> $HOME/.profile"
hash -r
echo;echo
ls --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment