mirror of
https://github.com/FOGProject/fos.git
synced 2026-02-04 03:16:43 -06:00
Update filesystem to the latest LTS release version 2024.02.9
This commit is contained in:
parent
b227205529
commit
f38be3df3a
2
build.sh
2
build.sh
@ -3,7 +3,7 @@
|
||||
source ./dependencies.sh
|
||||
|
||||
[[ -z $KERNEL_VERSION ]] && KERNEL_VERSION='6.6.69'
|
||||
[[ -z $BUILDROOT_VERSION ]] && BUILDROOT_VERSION='2024.02.5'
|
||||
[[ -z $BUILDROOT_VERSION ]] && BUILDROOT_VERSION='2024.02.9'
|
||||
|
||||
declare -ar ARCHITECTURES=("x64" "x86" "arm64")
|
||||
PIPE_JOINED_ARCHITECTURES=$(IFS="|"; echo "${ARCHITECTURES[@]}"; unset IFS)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user