From b6e09a475008d66351ab62562a0db551b76d1640 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 24 May 2022 21:09:54 +0800 Subject: [PATCH] shellcheck step 5 --- hyperfi | 6 +++--- 1 file 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