From eccf942f4e3305c2adc183f6ed5dcc55722628bd Mon Sep 17 00:00:00 2001 From: CosmicScale Date: Tue, 4 Mar 2025 16:10:03 +0000 Subject: [PATCH] Added distro check --- 02-PSBBN-Installer.sh | 2 ++ 03-Game-Installer.sh | 2 ++ 2 files changed, 4 insertions(+) diff --git a/02-PSBBN-Installer.sh b/02-PSBBN-Installer.sh index 2bbf912..1939aa5 100755 --- a/02-PSBBN-Installer.sh +++ b/02-PSBBN-Installer.sh @@ -21,6 +21,8 @@ fi echo "########################################################################################################">> "${INSTALL_LOG}"; date >> "${INSTALL_LOG}" echo >> "${INSTALL_LOG}" +cat /etc/*-release >> "${INSTALL_LOG}" 2>&1 +echo >> "${INSTALL_LOG}" echo "Path set to: $TOOLKIT_PATH" >> "${INSTALL_LOG}" echo "Helper files found." >> "${INSTALL_LOG}" diff --git a/03-Game-Installer.sh b/03-Game-Installer.sh index 5fecf87..639bfdc 100755 --- a/03-Game-Installer.sh +++ b/03-Game-Installer.sh @@ -36,6 +36,8 @@ fi echo "########################################################################################################">> "${LOG_FILE}"; date >> "${LOG_FILE}" echo >> "${LOG_FILE}" +cat /etc/*-release >> "${LOG_FILE}" 2>&1 +echo >> "${LOG_FILE}" echo "Path set to: $TOOLKIT_PATH" >> "${LOG_FILE}" echo "Helper files found." >> "${LOG_FILE}"