mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Fixing Arch by adding additional onedir functions to call stable functions.
This commit is contained in:
parent
efbd416607
commit
0f39aca8c1
1 changed files with 5 additions and 1 deletions
|
@ -6587,6 +6587,10 @@ install_arch_linux_git_deps() {
|
|||
return 0
|
||||
}
|
||||
|
||||
install_arch_linux_onedir_deps() {
|
||||
install_arch_linux_stable_deps || return 1
|
||||
}
|
||||
|
||||
install_arch_linux_stable() {
|
||||
# Pacman does not resolve dependencies on outdated versions
|
||||
# They always need to be updated
|
||||
|
@ -6747,7 +6751,7 @@ install_arch_linux_onedir() {
|
|||
}
|
||||
|
||||
install_arch_linux_onedir_post() {
|
||||
install_arch_linux_stable_post || return 1
|
||||
install_arch_linux_post || return 1
|
||||
|
||||
return 0
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue