You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Temporary workaround for building on Armbian 25.11 (questing).
Do not merge into main — upstream should add this in their release cycle.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: lib/functions/host/host-release.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ function obtain_and_check_host_release_and_arch() {
33
33
#
34
34
# NO_HOST_RELEASE_CHECK overrides the check for a supported host system
35
35
# Disable host OS check at your own risk. Any issues reported with unsupported releases will be closed without discussion
36
-
if [[ -z$HOSTRELEASE||"bookworm trixie forky sid jammy kinetic lunar vanessa vera victoria virginia wilma mantic noble resolute"!=*"$HOSTRELEASE"* ]];then
36
+
if [[ -z$HOSTRELEASE||"bookworm trixie forky sid jammy kinetic lunar vanessa vera victoria virginia wilma mantic noble resolute questing"!=*"$HOSTRELEASE"* ]];then
37
37
if [[ $NO_HOST_RELEASE_CHECK== yes ]];then
38
38
display_alert "You are running on an unsupported system""${HOSTRELEASE:-(unknown)}""wrn"
39
39
display_alert "Do not report any errors, warnings or other issues encountered beyond this point""""wrn"
0 commit comments