diff --git a/src/scripts/darwin.sh b/src/scripts/darwin.sh index 48f01e08..d65d241e 100644 --- a/src/scripts/darwin.sh +++ b/src/scripts/darwin.sh @@ -249,7 +249,7 @@ export HOMEBREW_NO_AUTO_UPDATE=1 export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 # shellcheck source=. -. "${scripts:?}"/common.sh +. "${scripts:?}"/unix.sh . "${scripts:?}"/tools/add_tools.sh . "${scripts:?}"/extensions/source.sh . "${scripts:?}"/extensions/add_extensions.sh diff --git a/src/scripts/linux.sh b/src/scripts/linux.sh index faa016f1..996ed977 100644 --- a/src/scripts/linux.sh +++ b/src/scripts/linux.sh @@ -230,7 +230,7 @@ scripts="${dist}"/../src/scripts . /etc/os-release # shellcheck source=. -. "${scripts:?}"/common.sh +. "${scripts:?}"/unix.sh . "${scripts:?}"/tools/ppa.sh . "${scripts:?}"/tools/add_tools.sh . "${scripts:?}"/extensions/source.sh diff --git a/src/scripts/common.sh b/src/scripts/unix.sh similarity index 100% rename from src/scripts/common.sh rename to src/scripts/unix.sh