shellcheck step 5

This commit is contained in:
Jesús 2022-05-24 21:09:54 +08:00
parent a793dddcbd
commit b6e09a4750
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -1708,21 +1708,21 @@ hyperdidownload(){
curl -L "${hyperdiurl}" > hyperdi curl -L "${hyperdiurl}" > hyperdi
} }
hyperdiinstallandlaunchchroot(){ hyperdiinstallandlaunchchroot(){
cd cd || return
hyperdidownload hyperdidownload
sh hyperdi -i sh hyperdi -i
hyperdi --chroot hyperdi --chroot
exit exit
} }
hyperdilaunchchroot(){ hyperdilaunchchroot(){
cd cd || return
hyperdidownload hyperdidownload
sh hyperdi --chroot sh hyperdi --chroot
rm hyperdi rm hyperdi
exit exit
} }
hyperdiinstallchroot(){ hyperdiinstallchroot(){
cd cd || return
hyperdidownload hyperdidownload
sh hyperdi -i sh hyperdi -i
exit exit