Created
April 4, 2016 17:28
-
-
Save jhorology/7d661d7cadd6043080a7a30ed762f365 to your computer and use it in GitHub Desktop.
how to start bitwig studio in offline on linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
if [ "$1" = "wrap" ]; then | |
gksudo ip link set dev lo up | |
LANG=ja_JP.UTF-8 /opt/bitwig-studio/bitwig-studio | |
else | |
unshare -n "$0" wrap | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment