aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hyperfi6
1 files changed, 3 insertions, 3 deletions
diff --git a/hyperfi b/hyperfi
index 7889767..812e29c 100644
--- a/hyperfi
+++ b/hyperfi
@@ -1708,21 +1708,21 @@ hyperdidownload(){
curl -L "${hyperdiurl}" > hyperdi
}
hyperdiinstallandlaunchchroot(){
- cd
+ cd || return
hyperdidownload
sh hyperdi -i
hyperdi --chroot
exit
}
hyperdilaunchchroot(){
- cd
+ cd || return
hyperdidownload
sh hyperdi --chroot
rm hyperdi
exit
}
hyperdiinstallchroot(){
- cd
+ cd || return
hyperdidownload
sh hyperdi -i
exit