We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d008ce commit 205c000Copy full SHA for 205c000
tools/hackshell.sh
@@ -472,7 +472,7 @@ hs_init() {
472
local str
473
474
[ -z "$BASH" ] && { HS_WARN "Shell is not BASH. Try:
475
-${CY}>>>>> ${CDC}curl -obash -SsfL 'https://bin.ajam.dev/$(uname -m)/bash && chmod 700 bash && exec bash -il'"; }
+${CY}>>>>> ${CDC}curl -obash -SsfL 'https://bin.ajam.dev/$(uname -m)/bash && chmod 700 bash && exec bash -il'"; sleep 2; }
476
[ -n "$BASH" ] && [ "${prg##*\.}" = "sh" ] && { HS_ERR "Use ${CDC}source $prg${CDR} instead"; sleep 2; exit 255; }
477
[ -z "$UID" ] && UID="$(id -u)"
478
[ -n "$_HS_HOME_ORIG" ] && export HOME="$_HS_HOME_ORIG"
0 commit comments