From 2e577048843208a154f02155ec453855326f9f76 Mon Sep 17 00:00:00 2001 From: despiegk Date: Sun, 7 Sep 2025 13:19:43 +0400 Subject: [PATCH] ... --- install_v.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install_v.sh b/install_v.sh index 4393d227..e71419cd 100755 --- a/install_v.sh +++ b/install_v.sh @@ -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