Skip to content

Commit

Permalink
fix driver issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joinhack committed May 19, 2024
1 parent 9e0368b commit e5fa0e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ function install_macos_tap_driver {
mkdir $DRIVERS -p
curl -s $URL -o $DRIVERS/macos-tuntap.tar.gz
cd $DRIVERS
tar xzvf macos-tuntap.tar.gz
mv tunnelblick-tap.kext /Library/Extensions/
mv tunnelblick-tun.kext /Library/Extensions/
kextload /Library/Extensions/tunnelblick-tap.kext
kextload /Library/Extensions/tunnelblick-tun.kext
tar xzf macos-tuntap.tar.gz
chown -R root:wheel bls-tap.kext bls-tun.kext
mv bls-tap.kext /Library/Extensions/
mv bls-tun.kext /Library/Extensions/
kextload /Library/Extensions/bls-tap.kext
kextload /Library/Extensions/bls-tun.kext

}

function install {
Expand Down
Binary file modified third_party/macos-tuntap.tar.gz
Binary file not shown.

0 comments on commit e5fa0e3

Please sign in to comment.