shellcheck step 5
This commit is contained in:
parent
a793dddcbd
commit
b6e09a4750
6
hyperfi
6
hyperfi
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user