Skip to content

Commit

Permalink
Update user_data.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
muratugureminoglu authored Jul 31, 2024
1 parent e1d97f8 commit eb143da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions user_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ whoami >> /tmp/id.txt
cat <<EOF >> ~/.bashrc
export JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64/
export ANDROID_HOME=/home/$USER/android/
export PATH=/home/$USER/tools:\${PATH}
export PATH=/home/$USER/emulator:\${PATH}
export PATH=/home/$USER/platform-tools:\${PATH}
export PATH=/home/$USER/android/tools:\${PATH}
export PATH=/home/$USER/android/emulator:\${PATH}
export PATH=/home/$USER/android/platform-tools:\${PATH}
EOF"

0 comments on commit eb143da

Please sign in to comment.