You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
sudo cp app/build/distributions/app.zip /opt/
|
|
|
|
sudo rm -rf /opt/app/
|
|
|
|
sudo unzip /opt/app.zip -d /opt/
|
|
|
|
sudo rm /opt/app.zip
|
|
|
|
sudo chown $USER:$USER -R /opt/app/
|
|
|
|
export JR="/opt/app/bin/app"
|