Skip to content

Commit

Permalink
Deployed 86af723 with MkDocs version: 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Sep 30, 2024
1 parent 26417eb commit 746bd8e
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 78 deletions.
6 changes: 3 additions & 3 deletions 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
Loading

0 comments on commit 746bd8e

Please sign in to comment.