Rename common.sh to unix.sh

This commit is contained in:
Shivam Mathur 2022-01-02 17:50:00 +05:30
parent 2fd8046c9d
commit de4fdb85b9
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A
3 changed files with 2 additions and 2 deletions

View File

@ -249,7 +249,7 @@ export HOMEBREW_NO_AUTO_UPDATE=1
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
# shellcheck source=. # shellcheck source=.
. "${scripts:?}"/common.sh . "${scripts:?}"/unix.sh
. "${scripts:?}"/tools/add_tools.sh . "${scripts:?}"/tools/add_tools.sh
. "${scripts:?}"/extensions/source.sh . "${scripts:?}"/extensions/source.sh
. "${scripts:?}"/extensions/add_extensions.sh . "${scripts:?}"/extensions/add_extensions.sh

View File

@ -230,7 +230,7 @@ scripts="${dist}"/../src/scripts
. /etc/os-release . /etc/os-release
# shellcheck source=. # shellcheck source=.
. "${scripts:?}"/common.sh . "${scripts:?}"/unix.sh
. "${scripts:?}"/tools/ppa.sh . "${scripts:?}"/tools/ppa.sh
. "${scripts:?}"/tools/add_tools.sh . "${scripts:?}"/tools/add_tools.sh
. "${scripts:?}"/extensions/source.sh . "${scripts:?}"/extensions/source.sh