Skip to content

Commit

Permalink
Update script, fix output download...
Browse files Browse the repository at this point in the history
  • Loading branch information
berkiyo committed Oct 29, 2020
1 parent b1c3bb1 commit f51b128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitwig-fedora.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function download_bitwig()
echo "Package $DEFAULT_FILENAME already exists."
else
echo "Package $DEFAULT_FILENAME does not exist. Initializing the download."
wget $DEFAULT_URL
wget -O bitwig-studio-latest.deb $DEFAULT_URL
fi
}

Expand Down

0 comments on commit f51b128

Please sign in to comment.