mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 14:17:46 +00:00
Don't hardcode cloud deployment user name
This commit is contained in:
parent
877a2239f7
commit
b208c90021
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user