Skip to content

Commit

Permalink
Fix installer
Browse files Browse the repository at this point in the history
  • Loading branch information
kizniche committed Sep 30, 2024
1 parent af5f270 commit 86af723
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/install
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ cd /opt

# Download and install
curl -s https://api.github.com/repos/kizniche/Mycodo/releases/latest | \
jq -r '.tarball_url' | wget -i - -O mycodo-latest.tar.gz
tar xzf mycodo-latest.tar.gz -C Mycodo --strip-components=1
rm -f mycodo-latest.tar.gz
jq -r '.tarball_url' | sudo wget -i - -O mycodo-latest.tar.gz
sudo tar xzf mycodo-latest.tar.gz -C Mycodo --strip-components=1
sudo rm -f mycodo-latest.tar.gz
cd Mycodo/install
sudo /bin/bash ./setup.sh

0 comments on commit 86af723

Please sign in to comment.