File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ echo "正在更新软件包..."
44sudo apt update
55sudo 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
1010mirror_sites=(
1111 " https://gh.llkk.cc/"
Original file line number Diff line number Diff 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 }),
You can’t perform that action at this time.
0 commit comments