Skip to content

Commit

Permalink
Create native-messaging-hosts directory before Linux install (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobozo authored Jul 30, 2024
1 parent 8af17fd commit c18aec9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions native/install/linux_x86_64.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash

mkdir -p ~/.mozilla/native-messaging-hosts
curl -L -o ~/.mozilla/native-messaging-hosts/firefox-webserial https://github.com/kuba2k2/firefox-webserial/releases/latest/download/firefox-webserial-linux-x86-64
chmod +x ~/.mozilla/native-messaging-hosts/firefox-webserial
cat > ~/.mozilla/native-messaging-hosts/io.github.kuba2k2.webserial.json <<EOL
Expand Down

0 comments on commit c18aec9

Please sign in to comment.