Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
some fixes
  • Loading branch information
reserve85 authored Mar 12, 2024
1 parent f022ce9 commit 72a4a0d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions update.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

echo "start update of HoymilesZeroExport"

wget https://github.com/reserve85/HoymilesZeroExport/archive/refs/heads/main.zip
unzip main.zip
rm main.zip
Expand All @@ -14,5 +16,7 @@ rm -r HoymilesZeroExport-main/

chmod +x install.sh

./install.sh
./restart.sh
bash install.sh
bash restart.sh

echo "update of HoymilesZeroExport completed"

0 comments on commit 72a4a0d

Please sign in to comment.