Skip to content

Commit 3198214

Browse files
Tux82claude
andcommitted
Fix installer: download release zip from GitHub, not website (v1.23.2)
install_LAMP.sh was pointing at inetpanel.tuxxin.com/inetpanel-latest.zip which doesn't exist — the zip is a GitHub release asset. Changed URL to github.com/tuxxin/iNetPanel/releases/latest/download/inetpanel-latest.zip Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
1 parent de048ce commit 3198214

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TiCore/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class Version
1010
{
11-
const APP_VERSION = '1.23.1';
11+
const APP_VERSION = '1.23.2';
1212

1313
/**
1414
* Return current version string.

0 commit comments

Comments
 (0)