From 6b8b6fbe2a9dcd78fe5ac956a3532561ecf86caa Mon Sep 17 00:00:00 2001 From: Marcus Date: Sun, 11 Sep 2022 23:58:47 +0200 Subject: [PATCH] typo --- install-xash3d.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-xash3d.sh b/install-xash3d.sh index 429cb6e..8975735 100755 --- a/install-xash3d.sh +++ b/install-xash3d.sh @@ -1,7 +1,7 @@ #!/bin/bash # include /etc/os-type for distri specific packages -. /etc/os-type +. /etc/os-release OS=$ID OS_VER=$VERSION_ID