diff --git a/util/deb/install_nox.sh b/util/deb/install_nox.sh index ce2e1d8..b1ef857 100755 --- a/util/deb/install_nox.sh +++ b/util/deb/install_nox.sh @@ -16,4 +16,7 @@ mkdir build cd build ../configure --with-python=yes make -#make check \ No newline at end of file +#make check + +#Add NOX_CORE_DIR env var;; modify ~/.bashrc: +sudo sed -i -e 's|# for examples$|&\ncomplete -cf sudo|' ~/.bashrc \ No newline at end of file