From aeaa862eb06fdf0f0005a4a8309d7545540543cb Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Sat, 24 Jun 2023 18:03:56 -0700 Subject: [PATCH] install nfs common --- userspace/install_extras.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/userspace/install_extras.sh b/userspace/install_extras.sh index 9d89861..61bef54 100755 --- a/userspace/install_extras.sh +++ b/userspace/install_extras.sh @@ -4,4 +4,5 @@ apt-get update && apt-get install -y --no-install-recommends \ irqtop \ - ripgrep + ripgrep \ + nfs-common