Added fixes for rpm based system usage
This commit is contained in:
@@ -11,11 +11,11 @@ os=$3
|
||||
|
||||
# Download specified installer and compiler
|
||||
if [ -f "/etc/redhat-release" ]; then
|
||||
wget https://raw.githubusercontent.com/$fork/hestiacp/$branch/install/hst-install-rhel.sh
|
||||
wget https://dev.putey.net/bayrepo/hestiacp/raw/branch/master/install/hst-install-rhel.sh
|
||||
else
|
||||
wget https://raw.githubusercontent.com/$fork/hestiacp/$branch/install/hst-install-$os.sh
|
||||
wget https://dev.putey.net/bayrepo/hestiacp/raw/branch/master/install/hst-install-$os.sh
|
||||
fi
|
||||
wget https://raw.githubusercontent.com/$fork/hestiacp/$branch/src/hst_autocompile.sh
|
||||
wget https://dev.putey.net/bayrepo/hestiacp/raw/branch/master/src/hst_autocompile.sh
|
||||
|
||||
# Execute compiler and build hestia core package
|
||||
chmod +x hst_autocompile.sh
|
||||
|
||||
@@ -8,7 +8,7 @@ else
|
||||
apt -y install curl wget
|
||||
fi
|
||||
|
||||
curl https://raw.githubusercontent.com/hestiacp/hestiacp/$branch/src/hst_autocompile.sh > /tmp/hst_autocompile.sh
|
||||
curl https://dev.putey.net/bayrepo/hestiacp/raw/branch/master/src/hst_autocompile.sh > /tmp/hst_autocompile.sh
|
||||
chmod +x /tmp/hst_autocompile.sh
|
||||
|
||||
mkdir -p /opt/hestiacp
|
||||
|
||||
14
src/rpm/hestia/control
Normal file
14
src/rpm/hestia/control
Normal file
@@ -0,0 +1,14 @@
|
||||
Source: hestia
|
||||
Package: hestia
|
||||
Priority: optional
|
||||
Version: 1.9.0~alpha
|
||||
Section: admin
|
||||
Maintainer: HestiaCP <info@hestiacp.com>
|
||||
Homepage: https://www.hestiacp.com
|
||||
Architecture: amd64
|
||||
Depends: bash, awk, sed, acl, sysstat, setpriv | util-linux (>= 2.33), zstd, lsb-release, idn2, jq
|
||||
Description: hestia
|
||||
hestia is an open source hosting control panel.
|
||||
hestia has a clean and focused interface without the clutter.
|
||||
hestia has the latest of very innovative technologies.
|
||||
hestia is a fork from VestaCP, special thanks to vestacp.com and Serghey Rodin
|
||||
Reference in New Issue
Block a user