Fixing command order to proper installation

pull/1/head
Nicolas Arenas 2024-11-11 11:58:31 +01:00
parent 094ce0ecc1
commit c278105f55
1 changed files with 3 additions and 3 deletions

View File

@ -79,13 +79,13 @@ install_files() {
## Main program
check_root
install_ext_repo
install_dependencies
add_user_ogrepository
clone_repository "$GIT_BRANCH"
install_ext_repo
install_external_packages
install_uftp
install_updcast
add_user_ogrepository
clone_repository "$GIT_BRANCH"
create_directories
install_files
install_ogrepo-api_service