Install & Update scripts for Debian OS (>= 11) based on latest XUI v1.5.13
This is a work-in-progress repository made just for test and "forced" to work on Debian 12.
MariaDB/MySQL server was removed to allow just a remote database connection.
Run install/update script
[CODE title="Now start"]using curl: bash <(curl -s 'https://raw.githubusercontent.com/LelieL91/XUI.one/main/install.sh')
using wget: bash <(wget -q -O - 'https://raw.githubusercontent.com/LelieL91/XUI.one/main/install.sh')[/CODE]
using wget: bash <(wget -q -O - 'https://raw.githubusercontent.com/LelieL91/XUI.one/main/install.sh')[/CODE]
Post Install/Current Issues
Debian 12 missing dependencies (XUI.one included PHP requirements):
- libjpeg8_8d-1+deb7u1_amd64
- multiarch-support_2.28-10+deb10u4_amd64
- libssl1.1_1.1.1w-0+deb11u1_amd64
Default XUI.one Database Workaround (not all XUI.one tested):
- Problem: current_timestamp() sent as string
Change these table column default value from current_timestamp() to NULL
Tables: lines, stream - column: updated