Skip to content

Commit

Permalink
Enabled python install on services
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyE123 committed Jan 17, 2018
1 parent bf6d0fc commit 176db28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion couchpotato/couchpotato-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ echo -e "${GREEN}AtoMiC $APPTITLE Installer Script$ENDCOLOR"
source "$SCRIPTPATH/inc/pause.sh"
source "$SCRIPTPATH/inc/app-autostart-remove.sh"
source "$SCRIPTPATH/inc/app-move-previous.sh"
# source "$SCRIPTPATH/utils/python/python-installer.sh"
source "$SCRIPTPATH/utils/python/python-installer.sh"
source "$SCRIPTPATH/couchpotato/couchpotato-constants.sh"
source "$SCRIPTPATH/inc/app-install-deps.sh"
source "$SCRIPTPATH/inc/app-git-download.sh"
Expand Down
2 changes: 1 addition & 1 deletion nzbhydra/nzbhydra-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ echo -e "${GREEN}AtoMiC $APPTITLE Installer Script$ENDCOLOR"
source "$SCRIPTPATH/inc/pause.sh"
source "$SCRIPTPATH/inc/app-autostart-remove.sh"
source "$SCRIPTPATH/inc/app-move-previous.sh"
# source "$SCRIPTPATH/utils/python/python-installer.sh"
source "$SCRIPTPATH/utils/python/python-installer.sh"
source "$SCRIPTPATH/inc/app-version-check.sh"

PythonVersion=$(python -V 2>&1 | grep -Po '(?<=Python )(.+)')
Expand Down
2 changes: 1 addition & 1 deletion sickgear/sickgear-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ echo -e "${GREEN}AtoMiC $APPTITLE Installer Script$ENDCOLOR"
source "$SCRIPTPATH/inc/pause.sh"
source "$SCRIPTPATH/inc/app-autostart-remove.sh"
source "$SCRIPTPATH/inc/app-move-previous.sh"
# source "$SCRIPTPATH/utils/python/python-installer.sh"
source "$SCRIPTPATH/utils/python/python-installer.sh"
source "$SCRIPTPATH/inc/app-version-check.sh"

PythonVersion=$(python -V 2>&1 | grep -Po '(?<=Python )(.+)')
Expand Down

0 comments on commit 176db28

Please sign in to comment.