From 70b8a83fc2b4110b6a0df12a2b17ce08b6eef887 Mon Sep 17 00:00:00 2001 From: Itiligent <94789708+itiligent@users.noreply.github.com> Date: Sat, 9 Mar 2024 16:23:17 +1100 Subject: [PATCH] export distro info --- 1-setup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/1-setup.sh b/1-setup.sh index 72ea1e6..0cabf75 100644 --- a/1-setup.sh +++ b/1-setup.sh @@ -705,6 +705,9 @@ fi export DOWNLOAD_DIR="${DOWNLOAD_DIR}" export GUAC_VERSION=$GUAC_VERSION export GUAC_SOURCE_LINK=$GUAC_SOURCE_LINK +export OS_NAME=$ID +export OS_VERSION=$VERSION_ID +export OS_CODENAME=$VERSION_CODENAME export MYSQLJCON=$MYSQLJCON export MYSQLJCON_LINK=$MYSQLJCON_LINK export MYSQL_VERSION=$MYSQL_VERSION