From 54c1eedfe3b2612d0eac4ef4a62a7586aacdd71f Mon Sep 17 00:00:00 2001 From: akanealw Date: Tue, 1 Aug 2023 14:38:27 -0500 Subject: [PATCH] added lsb-release --- files/debian/debian-essentials.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/debian/debian-essentials.sh b/files/debian/debian-essentials.sh index a9c51d6..330807c 100755 --- a/files/debian/debian-essentials.sh +++ b/files/debian/debian-essentials.sh @@ -48,7 +48,7 @@ apt-get update apt-get upgrade -y # download and install packages -apt-get install -y cron qemu-guest-agent sudo nano curl wget zip unzip git rsync man-db cifs-utils nfs-common parted libtalloc2 libwbclient0 net-tools gnupg apt-transport-https tmux gdisk bash-completion +apt-get install -y lsb-release cron qemu-guest-agent sudo nano curl wget zip unzip git rsync man-db cifs-utils nfs-common parted libtalloc2 libwbclient0 net-tools gnupg apt-transport-https tmux gdisk bash-completion # add akanealw user if not existing isInFile=$(cat /etc/passwd | grep -c "akanealw")