File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33# test build
44cp -a /var/tmp /root/mamonsu && pushd /root/mamonsu
55apt-get update || apt-get update || apt-get update
6- (apt-get install -y make dpkg-dev debhelper python -dev python -setuptools || apt-get install -y make dpkg-dev debhelper python -dev python -setuptools)
6+ (apt-get install -y make dpkg-dev debhelper python3 -dev python3 -setuptools || apt-get install -y make dpkg-dev debhelper python3 -dev python3 -setuptools)
77make deb && dpkg -i mamonsu* .deb && cd /
88
99/etc/init.d/mamonsu start
Original file line number Diff line number Diff line change 22
33# test build
44cp -a /var/tmp /root/mamonsu && pushd /root/mamonsu
5- yum install -y tar make rpm-build python2 -devel python -setuptools rpmlint
5+ yum install -y tar make rpm-build python3 -devel python3 -setuptools rpmlint
66rpmlint packaging/rpm/SPECS/mamonsu.spec
77make rpm && rpm -i mamonsu* .rpm
88
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export ZABBIX_TEMPLATE_NAME='PostgresPro'
1010
1111# install mamonsu
1212cp -a /var/tmp /root/mamonsu && pushd /root/mamonsu
13- yum install -y tar make rpm-build python2 -devel python -setuptools
13+ yum install -y tar make rpm-build python3 -devel python3 -setuptools
1414make rpm && yum install -y mamonsu* .rpm
1515
1616# install postgres
You can’t perform that action at this time.
0 commit comments