From 3cb1f3b4bb82111e95e6ec395438415430ff082d Mon Sep 17 00:00:00 2001 From: junikimm717 Date: Sun, 5 Mar 2023 04:30:47 +0000 Subject: [PATCH] apt install -y --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 33359ff..d81e099 100755 --- a/install.sh +++ b/install.sh @@ -95,7 +95,7 @@ dotfiles() { } nfs() { - sudo apt install nfs-common cifs-utils + sudo apt install -y nfs-common cifs-utils mkdir -p ~/nfs/rpi ~/nfs/d2 }