From e07ba8a8ae3af47722b0c76fc99373bbc0c5d213 Mon Sep 17 00:00:00 2001 From: Caten Date: Mon, 4 Aug 2025 21:29:00 +0800 Subject: [PATCH] Update hangover stable link to 10.11 --- extra/cross/install-hangover-stable | 4 ++-- lib/main.dart | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/extra/cross/install-hangover-stable b/extra/cross/install-hangover-stable index b4a4e47..2fbdc45 100644 --- a/extra/cross/install-hangover-stable +++ b/extra/cross/install-hangover-stable @@ -4,8 +4,8 @@ echo "正在更新软件包..." sudo apt update sudo apt upgrade -y -hangover_url="https://github.com/AndreRH/hangover/releases/download/hangover-10.10.1/hangover_10.10.1_debian12_bookworm_arm64.tar" -latest_version="10.10.1" +hangover_url="https://github.com/AndreRH/hangover/releases/download/hangover-10.11/hangover_10.11_debian12_bookworm_arm64.tar" +latest_version="10.11" mirror_sites=( "https://gh.llkk.cc/" diff --git a/lib/main.dart b/lib/main.dart index f7a7529..e752249 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -510,7 +510,7 @@ sed -i -E "s@^(VNC_RESOLUTION)=.*@\\1=${w}x${h}@" \$(command -v startvnc)"""); Text(AppLocalizations.of(context)!.hangoverDescription), const SizedBox.square(dimension: 8), Wrap(alignment: WrapAlignment.center, spacing: 4.0, runSpacing: 4.0, children: [ - OutlinedButton(style: D.commandButtonStyle, child: Text("${AppLocalizations.of(context)!.installHangoverStable}(10.10.1)"), onPressed: () async { + OutlinedButton(style: D.commandButtonStyle, child: Text("${AppLocalizations.of(context)!.installHangoverStable}(10.11)"), onPressed: () async { Util.termWrite("bash ~/.local/share/tiny/extra/install-hangover-stable"); G.pageIndex.value = 0; }),