11 lines
173 B
Bash
Executable File
11 lines
173 B
Bash
Executable File
#!/bin/bash
|
|
|
|
git pull origin main
|
|
|
|
source /.venv/bin/activate
|
|
|
|
pip install -r requirements.txt
|
|
|
|
sudo systemctl stop ups-power.service
|
|
sudo systemctl start ups-power.service
|