Update update.sh
This commit is contained in:
parent
5a80459ef7
commit
a12cb1a589
@ -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)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user