-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,27 @@ | ||
# 3CX installer | ||
|
||
Debian 10 (buster) | ||
# Instruction | ||
##Debian 11 (bullseye) | ||
### Instruction | ||
- git clone https://github.com/Rush-er/3CXinstaller | ||
- chmod +x installer.sh | ||
- ./installer.sh | ||
- chmod +x debian11_installer.sh | ||
- ./debian11_installer.sh | ||
|
||
##Debian 10 (buster) | ||
### Instruction | ||
- git clone https://github.com/Rush-er/3CXinstaller | ||
- chmod +x debian10_installer.sh | ||
- ./debian10_installer.sh | ||
|
||
|
||
##MISC | ||
|
||
Fix error libfreeimage3 while upgrading from v16 to v18 | ||
### Fix error libfreeimage3 while upgrading from v16 to v18 | ||
- chmod +x install_libfreeimage3.sh | ||
- ./libfreeimage3 | ||
|
||
Upgrade from v16 to v18 | ||
### Upgrade from v16 to v18 | ||
- chmod +x upgrade.sh | ||
- ./upgrade | ||
|
||
Direct deb packet (latest): | ||
http://downloads-global.3cx.com/downloads/debian/pool/buster/3cxpbx_18.0.3.450_amd64.deb | ||
### Direct deb packet (latest): | ||
http://repo.3cx.com/3cx/pool/main/3/3cxpbx/3cxpbx_18.0.5.418-deb11_amd64.deb |