Skip to content

Commit

Permalink
Merge pull request #13 from peacey/patch-1
Browse files Browse the repository at this point in the history
Fix symbolic links for bash
  • Loading branch information
tusc authored Jun 23, 2021
2 parents a5f5e4a + 391a1d0 commit 1e0a876
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/wireguard/setup_wireguard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ WIREGUARD="/mnt/data/wireguard"

ln -sf $WIREGUARD/usr/bin/wg-quick /usr/bin
ln -sf $WIREGUARD/usr/bin/wg /usr/bin
ln -sf $WIREGUARD/usr/bin/bash /usr/bin /bin
ln -sf $WIREGUARD/usr/bin/bash /usr/bin
ln -sf $WIREGUARD/usr/bin/bash /bin
ln -sf $WIREGUARD/usr/bin/qrencode /usr/bin
ln -sf $WIREGUARD/usr/bin/htop /usr/bin
ln -sf $WIREGUARD/usr/sbin/iftop /usr/sbin
Expand Down

0 comments on commit 1e0a876

Please sign in to comment.