diff --git a/README.md b/README.md index 1f8c107..cebf737 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,8 @@ INotebook ========= IPython Notebook File Viewer + + sudo add-apt-repository ppa:tartavull/ppa + sudo apt-get update + sudo apt-get install inotebook + \ No newline at end of file diff --git a/dist/debinstall/inotebook.deb b/dist/debinstall/inotebook.deb index 2c3a4f4..c6b401e 100644 Binary files a/dist/debinstall/inotebook.deb and b/dist/debinstall/inotebook.deb differ diff --git a/dist/debinstall/redeb.sh b/dist/debinstall/redeb.sh index 6eaa892..535f1d3 100755 --- a/dist/debinstall/redeb.sh +++ b/dist/debinstall/redeb.sh @@ -20,7 +20,8 @@ mkdir -p ${SYSROOT}/opt/ rsync -a ~/INotebook/dist/INotebook/linux64/ ${SYSROOT}/opt/inotebook/ --delete find ${SRC}/ -type d -exec chmod 0755 {} \; -find ${SRC}/ -type f -exec chmod go-w {} \; +find ${SRC}/ -type f -exec chmod 0644 {} \; +chmod ${SYSROOT}/opt/inotebook/INotebook -exec chmod 0755 {} \; chown -R root:root ${SRC}/ let SIZE=`du -s ${SYSROOT} | sed s'/\s\+.*//'`+8 @@ -36,7 +37,7 @@ pushd ${DIST}/ echo 2.0 > ./debian-binary find ${DIST}/ -type d -exec chmod 0755 {} \; -find ${DIST}/ -type f -exec chmod go-w {} \; +find ${DIST}/ -type f -exec chmod 0644 {} \; chown -R root:root ${DIST}/ ar r ${DIST}/inotebook.deb debian-binary control.tar.gz data.tar.gz popd