Skip to content

Commit

Permalink
add permissions to scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Dec 4, 2023
1 parent 4dc07a8 commit b4a75be
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usb_gadget/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ get into usb_gadget folder
```bash
cd zero-hid/usb_gadget
```
give the installer permission and execute `installer.bash`
Execute `installer.bash`
```bash
chmod +x installer.bash && sudo ./installer.bash
sudo ./installer.bash
```
Empty file modified usb_gadget/init_usb_gadget
100644 → 100755
Empty file.
Empty file modified usb_gadget/installer.bash
100644 → 100755
Empty file.
Empty file modified usb_gadget/remove_usb_gadget
100644 → 100755
Empty file.

0 comments on commit b4a75be

Please sign in to comment.