From 1b1cf99e31719516ae5f4646eb8dbf64f040483f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Trung=20L=C3=AA?= Date: Sun, 21 Mar 2021 09:35:46 +1100 Subject: [PATCH] Update README add +x mod for sync.sh on Alpine, somehow the file does not retain the exec mod --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fbe5403..53c3054 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ git clone git@github.com:KernelCafe/$repo.git cd $repo cp ../automation/cmd/kconfsync/kconfsync.sh sync.sh cp ../automation/cmd/kconfsync/gitignore .gitignore +chmod +x ./sync.sh ./sync.sh ```