Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wtlinux_server_setup
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
w4t
wtlinux_server_setup
Commits
34bd9cf9
Commit
34bd9cf9
authored
Mar 17, 2025
by
w4t
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wtserver 0.80
parent
c304f188
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
1 deletion
+20
-1
install_ispconfig.sh
distros/debian12/install_ispconfig.sh
+20
-1
No files found.
distros/debian12/install_ispconfig.sh
View file @
34bd9cf9
...
...
@@ -9,12 +9,25 @@ InstallISPConfig() {
if
[
"
$CFG_ISPCVERSION
"
==
"Git stable"
]
;
then
echo
-n
-e
"
$IDENTATION_LVL_1
Downloading Latest ISPConfig Git Stable (3.2 branch)... "
wget
-q
-O
$PROGRAMS_INSTALL_DOWNLOAD
/ISPConfig-stable-git.tar.gz https://ispconfig.org/downloads/ISPConfig-3.2.12p1.tar.gz
>>
$PROGRAMS_INSTALL_LOG_FILES
2>&1
EXTRACTED_DIR
=
"ispconfig3-stable"
echo
-e
"[
${
green
}
DONE
${
NC
}
]"
# Extract the downloaded packagE
echo
-n
-e
"
$IDENTATION_LVL_1
Extracting the downloaded package... "
cd
$PROGRAMS_INSTALL_DOWNLOAD
tar
xfz
$PROGRAMS_INSTALL_DOWNLOAD
/ISPConfig-
*
.tar.gz
>>
$PROGRAMS_INSTALL_LOG_FILES
2>&1
AUTO_INSTALL_INI_LOCATION
=
$PROGRAMS_INSTALL_DOWNLOAD
/ispconfig3_install/install
cd
$AUTO_INSTALL_INI_LOCATION
echo
-e
"[
${
green
}
DONE
${
NC
}
]"
else
echo
-n
-e
"
$IDENTATION_LVL_1
Download Latest ISPConfig git... "
wget
-q
-O
$PROGRAMS_INSTALL_DOWNLOAD
/ISPConfig-develop-git.tar.gz https://git.ispconfig.org/ispconfig/ispconfig3/-/archive/develop/ispconfig3-develop.tar.gz
>>
$PROGRAMS_INSTALL_LOG_FILES
2>&1
echo
-e
"[
${
green
}
DONE
${
NC
}
]"
# Extract the downloaded package
echo
-n
-e
"
$IDENTATION_LVL_1
Extracting the downloaded package... "
cd
$PROGRAMS_INSTALL_DOWNLOAD
tar
xfz
$PROGRAMS_INSTALL_DOWNLOAD
/ISPConfig-
*
.tar.gz
>>
$PROGRAMS_INSTALL_LOG_FILES
2>&1
AUTO_INSTALL_INI_LOCATION
=
$PROGRAMS_INSTALL_DOWNLOAD
/ispconfig3_develop/install
cd
$AUTO_INSTALL_INI_LOCATION
echo
-e
"[
${
green
}
DONE
${
NC
}
]"
fi
# Extract the downloaded package
...
...
@@ -23,6 +36,12 @@ InstallISPConfig() {
tar
xfz
$PROGRAMS_INSTALL_DOWNLOAD
/ISPConfig-
*
.tar.gz
>>
$PROGRAMS_INSTALL_LOG_FILES
2>&1
AUTO_INSTALL_INI_LOCATION
=
$PROGRAMS_INSTALL_DOWNLOAD
/ispconfig3_install/install
cd
$AUTO_INSTALL_INI_LOCATION
echo
-e
"[
${
green
}
DONE
${
NC
}
]"
# Extract the downloaded package
echo
-n
-e
"
$IDENTATION_LVL_1
Extracting the downloaded package... "
cd
$PROGRAMS_INSTALL_DOWNLOAD
tar
xfz
$PROGRAMS_INSTALL_DOWNLOAD
/ISPConfig-
*
.tar.gz
>>
$PROGRAMS_INSTALL_LOG_FILES
2>&1
AUTO_INSTALL_INI_LOCATION
=
$PROGRAMS_INSTALL_DOWNLOAD
/ispconfig3_install/install
cd
$AUTO_INSTALL_INI_LOCATION
echo
-e
"[
${
green
}
DONE
${
NC
}
]"
CFG_MYSQL_ISPCONFIG_PWD
=
$(
tr
</dev/urandom
-dc
'A-Za-z0-9'
|
head
-c
${
1
:-
29
}
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment