- remove git check/git install - add splash screen and loading screen - add branch updating logic - add various env options
6 lines
163 B
Bash
6 lines
163 B
Bash
source ./server-properties/helpers/loading/bash_loading_animations.sh
|
|
|
|
BLA::start_loading_animation "${BLA_filling_bar[@]}"
|
|
sleep 1.85
|
|
BLA::stop_loading_animation
|