Skip to content

Commit

Permalink
Merge branch 'main' of github.com:blocklessnetwork/v86-wasi
Browse files Browse the repository at this point in the history
  • Loading branch information
Joinhack committed May 19, 2024
2 parents 707e211 + bd2ff10 commit 9e0368b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Runtime Environment.
### 1. Try run it with the release file

```bash
$ curl -s https://raw.githubusercontent.com/blocklessnetwork/v86-wasi/main/download.sh|sudo bash
$ curl -s https://raw.githubusercontent.com/blocklessnetwork/v86-wasi/main/download.sh|bash
```


Expand Down
8 changes: 4 additions & 4 deletions download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ function install_macos_tap_driver {
curl -s $URL -o $DRIVERS/macos-tuntap.tar.gz
cd $DRIVERS
tar xzvf macos-tuntap.tar.gz
mv blockless-tap.kext /Library/Extensions/
mv blockless-tun.kext /Library/Extensions/
kextload /Library/Extensions/blockless-tap.kext
kextload /Library/Extensions/blockless-tun.kext
mv tunnelblick-tap.kext /Library/Extensions/
mv tunnelblick-tun.kext /Library/Extensions/
kextload /Library/Extensions/tunnelblick-tap.kext
kextload /Library/Extensions/tunnelblick-tun.kext
}

function install {
Expand Down

0 comments on commit 9e0368b

Please sign in to comment.