Skip to content

Commit 0a39485

Browse files
configure apt install from packages.
1 parent b704191 commit 0a39485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/nhsnotify/configure-apt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ apt-get update
77
echo "Packages to be installed:"
88
cat packages.txt
99
echo "Starting APT packages installation"
10-
cat packages.txt | xargs sudo apt-get install -y --install-suggests --install-recommends
10+
cat packages.txt | xargs apt-get install -y --install-suggests --install-recommends
1111
echo "APT packages installation complete"

0 commit comments

Comments
 (0)