This commit is contained in:
2025-09-07 13:19:43 +04:00
parent b1bc3e1dc4
commit 2e57704884

View File

@@ -225,7 +225,9 @@ function myplatform {
myplatform
function os_update {
ubuntu_sources_fix
if [[ "${OSNAME}" == "ubuntu" ]]; then
ubuntu_sources_fix
fi
echo ' - os update'
if [[ "${OSNAME}" == "ubuntu" ]]; then
if is_github_actions; then