diff --git a/.local/bin/bwroot b/.local/bin/bwroot index c8dedb6..4de6c47 100755 --- a/.local/bin/bwroot +++ b/.local/bin/bwroot @@ -1,6 +1,6 @@ #!/bin/sh -ROOT=""$HOME"/Documents/alpchroot" +ROOT=""$HOME"/Documents/Miscellaneous/alpchroot" case "$1" in "") echo "usage: bwroot ARGUMENT" >&2; exit 1; ;; @@ -12,5 +12,6 @@ case "$1" in --bind "$PWD" "$PWD" \ --bind "$HOME" "$HOME" \ --unshare-all \ + --share-net \ "$@" ;; -esac +esac \ No newline at end of file