Merge "Fixed NO_UPDATE_REPOS variable usage"
This commit is contained in:
commit
703f17e536
@ -993,7 +993,7 @@ function get_packages {
|
|||||||
# Distro-agnostic package installer
|
# Distro-agnostic package installer
|
||||||
# install_package package [package ...]
|
# install_package package [package ...]
|
||||||
function update_package_repo {
|
function update_package_repo {
|
||||||
if [[ "NO_UPDATE_REPOS" = "True" ]]; then
|
if [[ "$NO_UPDATE_REPOS" = "True" ]]; then
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user