Skip to content

Commit

Permalink
rights
Browse files Browse the repository at this point in the history
  • Loading branch information
bskjon committed Sep 26, 2024
1 parent c69fe70 commit 166f7dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ prerequisites() {

sudo apt install -y python3-pip python3-venv
mkdir --parents /usr/local/dynamic-routing-updater/
sudo chmod -R 0777 /usr/local/dynamic-routing-updater/
python3 -m venv /usr/local/dynamic-routing-updater/venv
source /usr/local/dynamic-routing-updater/venv/bin/activate

Expand Down Expand Up @@ -233,6 +234,8 @@ EOL
echo "Done!"
# journalctl -exfu dynamic-routing-updater
sudo chmod -R 755 /usr/local/dynamic-routing-updater/
}
Expand Down

0 comments on commit 166f7dd

Please sign in to comment.