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 3
3
# test build
4
4
cp -a /var/tmp /root/mamonsu && pushd /root/mamonsu
5
5
apt-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)
7
7
make deb && dpkg -i mamonsu* .deb && cd /
8
8
9
9
/etc/init.d/mamonsu start
Original file line number Diff line number Diff line change 2
2
3
3
# test build
4
4
cp -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
6
6
rpmlint packaging/rpm/SPECS/mamonsu.spec
7
7
make rpm && rpm -i mamonsu* .rpm
8
8
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export ZABBIX_TEMPLATE_NAME='PostgresPro'
10
10
11
11
# install mamonsu
12
12
cp -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
14
14
make rpm && yum install -y mamonsu* .rpm
15
15
16
16
# install postgres
You can’t perform that action at this time.
0 commit comments