Skip to content

Commit b704191

Browse files
configure apt install from packages.
1 parent 24baa1f commit b704191

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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-
apt-get --install-suggests --install-recommends -y install < packages.txt
10+
cat packages.txt | xargs sudo apt-get install -y --install-suggests --install-recommends
1111
echo "APT packages installation complete"

src/features/nhsnotify/packages.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ fonts-liberation
55
gdb
66
inetutils-inetd
77
lcov
8-
libasound2
8+
libasound2t64
99
libatk-adaptor
1010
libatk-bridge2.0-0
1111
libatk1.0-0
@@ -24,7 +24,6 @@ libgdbm-dev
2424
libglib2.0-0
2525
libgtk-3-0
2626
liblzma-dev
27-
libmpdec-dev
2827
libncurses5-dev
2928
libncursesw5-dev
3029
libnspr4

0 commit comments

Comments
 (0)