From a12cb1a5894e974812e3fcfbf6e174c656345256 Mon Sep 17 00:00:00 2001 From: Riku Silvennoinen Date: Mon, 30 Jun 2025 01:16:27 +0300 Subject: [PATCH] Update update.sh --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index a9a525c..6d9d212 100644 --- a/update.sh +++ b/update.sh @@ -13,7 +13,7 @@ printf 'echo ""\n' >> päivitä printf 'echo ""\n' >> päivitä # Hae käyttöjärjestelmän nimi ja versio -OS_NAME=$(grep '^PRETTY_NAME=' /etc/os-release | cut -d= -f2 | tr -d '"') +OS_NAME="$(. /etc/os-release && echo "$NAME $VERSION_ID")" # Hae bittisyys ARCH="$(uname -m)"