This commit is contained in:
Marcus 2022-09-11 23:58:47 +02:00
parent be36824eeb
commit 6b8b6fbe2a
1 changed files with 1 additions and 1 deletions

View File

@ -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