Skip to content

Commit

Permalink
Merge branch 'hotfix/v0.8.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
Suszyński Krzysztof committed Jun 11, 2018
2 parents 0be8285 + a0f0df3 commit 40e6afb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion puppeter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from typing import Type

# The version of the app
__version__ = '0.8.2'
__version__ = '0.8.3'
__program__ = 'puppeter'


Expand Down
4 changes: 2 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ if [ $osfamily == redhat ]; then
run yum install -y python27-python-pip
fi
if [ $os == oraclelinux ]; then
run yum install -y yum-utils
run yum install -y yum-utils gcc
run yum-config-manager --enable public_ol6_software_collections
run yum install -y python27-python-pip
run yum install -y python27-python-pip python27-python-devel
fi
echo 'source /opt/rh/python27/enable' >> /etc/profile.d/python27.sh
run source /opt/rh/python27/enable
Expand Down

0 comments on commit 40e6afb

Please sign in to comment.