mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Added psmisc package as a requirement for fuser (#2164)
This commit is contained in:
@@ -118,6 +118,10 @@ if [[ -z "$(command -v dialog)" ]]; then
|
|||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y dialog
|
sudo apt-get install -y dialog
|
||||||
fi
|
fi
|
||||||
|
if [[ -z "$(command -v fuser)" ]]; then
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install -y psmisc
|
||||||
|
fi
|
||||||
if [[ -z "$(command -v getfacl)" ]]; then
|
if [[ -z "$(command -v getfacl)" ]]; then
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y acl
|
sudo apt-get install -y acl
|
||||||
|
|||||||
Reference in New Issue
Block a user