Skip to content

Commit 3b84c7d

Browse files
committed
Update hangover stable link to 10.11
1 parent 3a6d229 commit 3b84c7d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

extra/cross/install-hangover-stable

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ echo "正在更新软件包..."
44
sudo apt update
55
sudo apt upgrade -y
66

7-
hangover_url="https://github.com/AndreRH/hangover/releases/download/hangover-10.10.1/hangover_10.10.1_debian12_bookworm_arm64.tar"
8-
latest_version="10.10.1"
7+
hangover_url="https://github.com/AndreRH/hangover/releases/download/hangover-10.11/hangover_10.11_debian12_bookworm_arm64.tar"
8+
latest_version="10.11"
99

1010
mirror_sites=(
1111
"https://gh.llkk.cc/"

lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ sed -i -E "s@^(VNC_RESOLUTION)=.*@\\1=${w}x${h}@" \$(command -v startvnc)""");
510510
Text(AppLocalizations.of(context)!.hangoverDescription),
511511
const SizedBox.square(dimension: 8),
512512
Wrap(alignment: WrapAlignment.center, spacing: 4.0, runSpacing: 4.0, children: [
513-
OutlinedButton(style: D.commandButtonStyle, child: Text("${AppLocalizations.of(context)!.installHangoverStable}(10.10.1)"), onPressed: () async {
513+
OutlinedButton(style: D.commandButtonStyle, child: Text("${AppLocalizations.of(context)!.installHangoverStable}(10.11)"), onPressed: () async {
514514
Util.termWrite("bash ~/.local/share/tiny/extra/install-hangover-stable");
515515
G.pageIndex.value = 0;
516516
}),

0 commit comments

Comments
 (0)