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