Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ sudo ./bitwig-fedora.sh -u
```
## Bitwig Studio out of date?
If Bitwig Studio is out-of-date, feel free to update the script yourself by editing the `VERSION=` parameter. Alternatively, you can submit a pull-request or a bug report.

2 changes: 1 addition & 1 deletion bitwig-fedora.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
ROOT_UID=0
E_NOTROOT=87
DEFAULT_FILENAME="bitwig-studio-latest.deb"
DEFAULT_URL="https://www.bitwig.com/dl/?id=419&os=installer_linux"
DEFAULT_URL="https://www.bitwig.com/dl/?id=426&os=installer_linux"
INSTALL_LOG="/opt/bitwig-studio/.$DEFAULT_FILENAME.log"
SAFE_FILE_REMOVE="^/\./usr/share/*|^/\./opt/bitwig-studio/*"

Expand Down