From 4fa3f59675b16980ea6ea49539c093227d8370cb Mon Sep 17 00:00:00 2001 From: Disassembler Date: Thu, 19 Jul 2018 11:53:36 +0200 Subject: [PATCH] Replace python2 with python3 in basic setup --- basic.sh | 2 +- basic/usr/bin/spotter-appmgr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/basic.sh b/basic.sh index 92c7df9..d222e77 100755 --- a/basic.sh +++ b/basic.sh @@ -5,7 +5,7 @@ SOURCE_DIR=$(realpath $(dirname "${0}"))/basic # Install packages apk --no-cache add --virtual .useful curl git file htop libressl openssh-server openssh-sftp-server -apk --no-cache add docker gettext kbd-misc python2 nginx +apk --no-cache add docker gettext kbd-misc python3 nginx # Copy profile files and settings mkdir -p /root/.config/htop /root/.ssh diff --git a/basic/usr/bin/spotter-appmgr b/basic/usr/bin/spotter-appmgr index cfd08c9..2717a45 100755 --- a/basic/usr/bin/spotter-appmgr +++ b/basic/usr/bin/spotter-appmgr @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # -*- coding: utf-8 -*- import argparse