From c3754cc196c80a53b8464c6edd7a3b009bb90129 Mon Sep 17 00:00:00 2001 From: Comma Device Date: Sun, 28 Apr 2024 18:48:54 +0000 Subject: [PATCH] wip --- update.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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