Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.

Commit 05ff403

Browse files
committed
Minimal Ubuntu server install may not contain psmisc, which has killall
1 parent a5b60c6 commit 05ff403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_tapioca.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ elif [ -n "$apt" ]; then
292292
python3-pip wireshark tshark\
293293
network-manager ethtool hostapd gnome-icon-theme \
294294
libwiretap-dev zlib1g-dev libcurl4-gnutls-dev curl conntrack iptables-persistent\
295-
libsnappy-dev libgcrypt-dev ifupdown xclip
295+
libsnappy-dev libgcrypt-dev ifupdown xclip psmisc
296296
if [ $? -ne 0 ]; then
297297
echo "Error installing dependency packages. Please check errors and try again."
298298
exit 1

0 commit comments

Comments
 (0)