Skip to content

Commit 208cf69

Browse files
committed
build: update script
1 parent c403059 commit 208cf69

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Please, see the script contents. always SECURITY! Copy to clipboard and Paste to
8989

9090
__Linux__
9191

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

installs/linux.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ fi
2020
temp_dir=$(mktemp -d)
2121
cd $temp_dir
2222

23+
echo "If required, please enter your password for sudo access..."
24+
2325
curl -L -s https://api.github.com/repos/oneofthezombies/kill-tree/releases/latest | \
2426
grep "kill-tree-linux-x86_64" | \
2527
grep "browser_download_url" | \

0 commit comments

Comments
 (0)