6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-09-28 20:29:02 +00:00

Don't hardcode cloud deployment user name

This commit is contained in:
Régis Behmo 2019-02-14 08:38:02 +01:00
parent 877a2239f7
commit b208c90021

View File

@ -3,7 +3,7 @@
# Run with: curl -sSL https://raw.githubusercontent.com/regisb/tutor/master/cloud/ubuntu.sh | sudo bash -e
export TUTOR_VERSION="v3.0.4"
export USER=ubuntu
export USER="$SUDO_USER"
export DEBIAN_FRONTEND=noninteractive
echo "=============== Installing system dependencies"