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
|
||||
}
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user