typo
This commit is contained in:
parent
be36824eeb
commit
6b8b6fbe2a
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# include /etc/os-type for distri specific packages
|
# include /etc/os-type for distri specific packages
|
||||||
. /etc/os-type
|
. /etc/os-release
|
||||||
OS=$ID
|
OS=$ID
|
||||||
OS_VER=$VERSION_ID
|
OS_VER=$VERSION_ID
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue