Skip to content

Commit

Permalink
EDR
Browse files Browse the repository at this point in the history
  • Loading branch information
rootTHC committed Nov 5, 2024
1 parent 60c515b commit ea458e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push_www.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
env:
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
run: |
cp hackshell.sh /tmp
cat hackshell.sh| sed 's|^_HSURLORIGIN=$|_HSURLORIGIN="https://thc.org/hs"|1' >/tmp/hackshell.sh
mkdir ~/.ssh
echo "$SSH_DEPLOY_KEY" >~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519
Expand Down
2 changes: 1 addition & 1 deletion hackshell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# 2024 by theM0ntarCann0n & Messede & skpr

_HSURL="https://github.com/hackerschoice/hackshell/raw/main/hackshell.sh"
_HSURLORIGN=
_HSURLORIGIN=

_hs_init_color() {
[ -n "$CY" ] && return
Expand Down

0 comments on commit ea458e6

Please sign in to comment.