mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-29 17:25:34 +00:00
Downloaders use package download function
This commit is contained in:
parent
7e6645704a
commit
29df83e3d4
@ -15,9 +15,7 @@ checkUptoDate Bitwig $bitwigVersion $urlVersion
|
||||
echo Installing Bitwig Studio $urlVersion
|
||||
|
||||
# Setting up and downloading package
|
||||
mkdir -p ~/Downloads/installers
|
||||
cd ~/Downloads/installers
|
||||
wget $url
|
||||
downloadPackage bitwig $url $(basename $url)
|
||||
|
||||
# Converting to Fedora friendly package
|
||||
echo Creating rpm package
|
||||
|
@ -15,9 +15,7 @@ url=$reaperSite$(echo "$downloadPage" | grep linux_x86_64 | grep -Po '(?<=href="
|
||||
checkUptoDate Reaper $reaperVersion $urlVersion
|
||||
|
||||
# Setting up and downloading package
|
||||
mkdir -p ~/Downloads/installers
|
||||
cd ~/Downloads/installers
|
||||
wget $url
|
||||
downloadPackage reaper $url $(basename $url)
|
||||
|
||||
# Install Reaper. Requires user input
|
||||
tar -xf $(basename $url)
|
||||
|
Loading…
x
Reference in New Issue
Block a user