From 1f071b5df0e71547bd5bdb1c6f667cbb118df680 Mon Sep 17 00:00:00 2001 From: chiu Date: Sat, 9 Sep 2023 03:39:54 +0000 Subject: [PATCH] add fuser package --- install_orbit_environment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_orbit_environment.sh b/install_orbit_environment.sh index 8f0d6b6..09efb3b 100644 --- a/install_orbit_environment.sh +++ b/install_orbit_environment.sh @@ -6,7 +6,7 @@ if [[ -e "/etc/needrestart/needrestart.conf" ]]; then sudo sed -E -i "s/(^|#)\\\$nrconf\{kernelhints\}\s*=.*/\$nrconf\{kernelhints\} = -1;/g" /etc/needrestart/needrestart.conf fi sudo apt update -sudo apt install -y git +sudo apt install -y git psmisc #fuser org_pwd=$(pwd) if [[ "$ubuntu_version" > '22' ]]; then #In ubuntu 22, install linux-libc-dev instead of linux-kernel-headers sudo apt install -y linux-libc-dev software-properties-common build-essential