fix: uncomment code
Some checks failed
Mirror to Codeberg / mirror-to-codeberg (push) Has been cancelled

This commit is contained in:
aclist 2026-01-18 15:04:26 +09:00
parent c0f9d8a508
commit 7e4197cdbc
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# Changelog # Changelog
## [6.0.2-beta.2] 2026-01-18
## Fixed
- Helpers not being downloaded (uncommented boilerplate)
## [6.0.2-beta.1] 2026-01-18 ## [6.0.2-beta.1] 2026-01-18
## Fixed ## Fixed
- Do not spawn dialogs from inside of thread when fetching prereqs - Do not spawn dialogs from inside of thread when fetching prereqs

View File

@ -2,7 +2,7 @@
set -o pipefail set -o pipefail
src_path="$(readlink -e "$0")" src_path="$(readlink -e "$0")"
version=6.0.2-beta.1 version=6.0.2-beta.2
#CONSTANTS #CONSTANTS
aid=221100 aid=221100
@ -1123,7 +1123,7 @@ calc_local_coords(){
initial_setup(){ initial_setup(){
check_architecture check_architecture
test_connection test_connection
#fetch_helpers fetch_helpers
varcheck varcheck
source "$config_file" source "$config_file"
lock lock