Skip to content
Snippets Groups Projects
Commit ba76e66a authored by Hinrikus Wolf's avatar Hinrikus Wolf
Browse files

Merge branch 'master' of ssh://www.fsmpi.rwth-aachen.de/lip

parents aa829519 d862b3d2
Branches
No related tags found
No related merge requests found
......@@ -26,9 +26,11 @@ something_is_mounted_at /target/dev || mount --rbind /dev /target/dev
something_is_mounted_at /target/sys || mount --bind /sys /target/sys
something_is_mounted_at /target/proc || mount --bind /proc /target/proc
debian_chroot=TARGET chroot /target /bin/bash -l
debian_chroot=TARGET chroot /target /bin/bash -l || true
echo -e "\n*************************************\n*"
echo -e "* You are out of CHROOT now! *\n*"
echo -e "\n*************************************\n"
echo -e "\n*************************************"
echo -e "* *"
echo -e "* You are out of CHROOT now! *"
echo -e "* *"
echo -e "*************************************"
#end;
......@@ -183,7 +183,7 @@ then
ok "Python-SciPy, -NumPy, -Matplotlib, ipython, gnuplot, und WxMaxima wurden installiert"
if askyesno "ROOT installieren (Physiker) ?"
then
if [ ! -d "$HIVE_DIR" || -n "$DEBUG" ]
if [ ! -d "$HIVE_DIR" ]
then
err "Hive konnte nicht gefunden werden ( kein LIP-Stick? ). Ohne Hive kann ROOT leider nicht installiert werden!"
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment