Skip to content

Commit

Permalink
made chrome installer executable
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ ONeal committed Apr 24, 2013
1 parent e5fc030 commit 33ab44a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions debinstall/deb-src/DEBIAN/preinst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fi
if [ ! -f /usr/local/bin/node ]
then
pushd /tmp
wget --quiet -c "http://nodejs.org/dist/v${VER}/node-v${VER}-linux-${ARCH}.tar.gz"
tar xvf node-v${VER}-linux-${ARCH}.tar.gz -C /tmp/
wget -c "http://nodejs.org/dist/v${VER}/node-v${VER}-linux-${ARCH}.tar.gz"
tar xf node-v${VER}-linux-${ARCH}.tar.gz -C /tmp/
cp -a /tmp/node-v${VER}-linux-${ARCH}/* /usr/local/
fi
2 changes: 1 addition & 1 deletion debinstall/install-chrome.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# make sure that the previous installation is done
sleep 15
sleep 5

# http://blog.coolaj86.com/articles/google-repos-for-linux.html

Expand Down

0 comments on commit 33ab44a

Please sign in to comment.