Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow branch change #60

Open
lbussy opened this issue Jul 20, 2019 · 1 comment
Open

Allow branch change #60

lbussy opened this issue Jul 20, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@lbussy
Copy link
Member

lbussy commented Jul 20, 2019

Possibly use the classic -ask argument to doUpgrade.sh.

@lbussy lbussy added the enhancement New feature or request label Jul 20, 2019
@lbussy lbussy self-assigned this Jul 20, 2019
@lbussy
Copy link
Member Author

lbussy commented Dec 13, 2020

The following describes the general functionality:

sudo /home/brewpi/utils/doUpdate.sh
sudo systemctl stop brewpi
cd /var/www/html
sudo git checkout devel
sudo git pull
cd /home/brewpi
sudo git checkout devel
sudo git pull
cd /home/pi/brewpi-tools-rmx
sudo git checkout devel
sudo git pull
cd ~
sudo /home/brewpi/utils/doPerms.sh
sudo systemctl start brewpi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant