mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 18:19:33 +00:00
Merge branch 'master' into develop
* master: added python to extra packages install sudo after git, because we need it in the next step.
This commit is contained in:
3
install
3
install
@@ -343,7 +343,7 @@ install_pkg() {
|
||||
}
|
||||
|
||||
install_extra() {
|
||||
local packages=(apt-transport-https ca-certificates curl gnupg2 net-tools nginx software-properties-common sudo tzdata ucspi-tcp zip)
|
||||
local packages=(apt-transport-https ca-certificates curl gnupg2 net-tools nginx software-properties-common tzdata ucspi-tcp zip python)
|
||||
for package in "${packages[@]}"; do
|
||||
install_pkg "$package"
|
||||
done
|
||||
@@ -689,6 +689,7 @@ main() {
|
||||
start_temporary_log
|
||||
check_root
|
||||
install_pkg "git"
|
||||
install_pkg "sudo"
|
||||
labca_user
|
||||
end_temporary_log
|
||||
|
||||
|
||||
Reference in New Issue
Block a user