Skip to content

Commit

Permalink
build: update script
Browse files Browse the repository at this point in the history
  • Loading branch information
oneofthezombies committed Feb 12, 2024
1 parent c403059 commit 208cf69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Please, see the script contents. always SECURITY! Copy to clipboard and Paste to

__Linux__

> sudo curl -sSL https://raw.githubusercontent.com/oneofthezombies/kill-tree/main/installs/linux.sh | sh
> sudo curl -sSL https://raw.githubusercontent.com/oneofthezombies/kill-tree/main/installs/linux.sh | sudo sh
Below is an example of sending `SIGTERM` signals to a process with process ID `777`, and to all child processes.

Expand Down
2 changes: 2 additions & 0 deletions installs/linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ fi
temp_dir=$(mktemp -d)
cd $temp_dir

echo "If required, please enter your password for sudo access..."

curl -L -s https://api.github.com/repos/oneofthezombies/kill-tree/releases/latest | \
grep "kill-tree-linux-x86_64" | \
grep "browser_download_url" | \
Expand Down

0 comments on commit 208cf69

Please sign in to comment.