From 156def41d61670e1e82a20125dcefe21b7200eeb Mon Sep 17 00:00:00 2001 From: thomazpaulz <66972300+thomazpaulz@users.noreply.github.com> Date: Sat, 27 Jun 2020 15:05:12 +0530 Subject: [PATCH] Update vm1.sh --- vm1.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vm1.sh b/vm1.sh index 9c52911..4cbaa89 100755 --- a/vm1.sh +++ b/vm1.sh @@ -1,8 +1,8 @@ #!/bin/sh sudo ufw allow 5000/tcp -sudo apt-get update -sudo apt-get install python3 -sudo apt-get install python3-pip +sudo yum update +sudo yum install python3 +sudo yum install python3-pip pip3 install azure.storage pip3 install configparser pip3 install flask