Commit c3828bf7 by devttys0

Fixed unstuff link in deps.sh

parent 5e0d7cf0
...@@ -95,7 +95,8 @@ function install_unstuff ...@@ -95,7 +95,8 @@ function install_unstuff
{ {
mkdir -p /tmp/unstuff mkdir -p /tmp/unstuff
cd /tmp/unstuff cd /tmp/unstuff
wget -O - http://my.smithmicro.com/downloads/files/stuffit520.611linux-i386.tar.gz | tar -zxv
wget -O - http://downloads.tuxfamily.org/sdtraces/stuffit520.611linux-i386.tar.gz | tar -zxv
$SUDO cp bin/unstuff /usr/local/bin/ $SUDO cp bin/unstuff /usr/local/bin/
cd - cd -
rm -rf /tmp/unstuff rm -rf /tmp/unstuff
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment