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
}
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