Skip to content

Commit

Permalink
fix update script
Browse files Browse the repository at this point in the history
  • Loading branch information
martukas committed Nov 9, 2024
1 parent 5243ae6 commit 97b91fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/bootstrap/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ git pull
pcmanfm --set-wallpaper "${HOME}/ventilator/software/bootstrap/desktop_background.jpg"

### Update Desktop shortcuts
/bin/cp -rf "${HOME}/ventilator/software/bootstrap/user/Desktop/*" "${HOME}/Desktop"
/bin/cp -rf software/bootstrap/user/Desktop/* "${HOME}/Desktop"

if zenity --question --no-wrap --title="PIO Update" \
--text "<span size=\"large\">Update PlatformIO and libraries?</span>"
Expand Down

0 comments on commit 97b91fa

Please sign in to comment.