Update hangover stable link to 10.11

This commit is contained in:
Caten
2025-08-04 21:29:00 +08:00
parent 517565e636
commit e07ba8a8ae
2 changed files with 3 additions and 3 deletions

View File

@@ -4,8 +4,8 @@ echo "正在更新软件包..."
sudo apt update sudo apt update
sudo apt upgrade -y 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" hangover_url="https://github.com/AndreRH/hangover/releases/download/hangover-10.11/hangover_10.11_debian12_bookworm_arm64.tar"
latest_version="10.10.1" latest_version="10.11"
mirror_sites=( mirror_sites=(
"https://gh.llkk.cc/" "https://gh.llkk.cc/"

View File

@@ -510,7 +510,7 @@ sed -i -E "s@^(VNC_RESOLUTION)=.*@\\1=${w}x${h}@" \$(command -v startvnc)""");
Text(AppLocalizations.of(context)!.hangoverDescription), Text(AppLocalizations.of(context)!.hangoverDescription),
const SizedBox.square(dimension: 8), const SizedBox.square(dimension: 8),
Wrap(alignment: WrapAlignment.center, spacing: 4.0, runSpacing: 4.0, children: [ 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"); Util.termWrite("bash ~/.local/share/tiny/extra/install-hangover-stable");
G.pageIndex.value = 0; G.pageIndex.value = 0;
}), }),