mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-30 01:35: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
|
echo Installing Bitwig Studio $urlVersion
|
||||||
|
|
||||||
# Setting up and downloading package
|
# Setting up and downloading package
|
||||||
mkdir -p ~/Downloads/installers
|
downloadPackage bitwig $url $(basename $url)
|
||||||
cd ~/Downloads/installers
|
|
||||||
wget $url
|
|
||||||
|
|
||||||
# Converting to Fedora friendly package
|
# Converting to Fedora friendly package
|
||||||
echo Creating rpm package
|
echo Creating rpm package
|
||||||
|
@ -15,9 +15,7 @@ url=$reaperSite$(echo "$downloadPage" | grep linux_x86_64 | grep -Po '(?<=href="
|
|||||||
checkUptoDate Reaper $reaperVersion $urlVersion
|
checkUptoDate Reaper $reaperVersion $urlVersion
|
||||||
|
|
||||||
# Setting up and downloading package
|
# Setting up and downloading package
|
||||||
mkdir -p ~/Downloads/installers
|
downloadPackage reaper $url $(basename $url)
|
||||||
cd ~/Downloads/installers
|
|
||||||
wget $url
|
|
||||||
|
|
||||||
# Install Reaper. Requires user input
|
# Install Reaper. Requires user input
|
||||||
tar -xf $(basename $url)
|
tar -xf $(basename $url)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user