diff --git a/update.sh b/update.sh index d695b76..bfbec47 100644 --- a/update.sh +++ b/update.sh @@ -1,3 +1,4 @@ +sudo chmod -R 777 /data/openpilot # Set branch to your target branch branch="clearpilot" @@ -32,4 +33,4 @@ if [ "$LOCAL" != "$REMOTE" ]; then echo "Repository cleanup has been completed." else echo "Already at the latest version; no update needed." -fi \ No newline at end of file +fi