mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-30 09:45:34 +00:00
Install program directories
This commit is contained in:
parent
38aa9bbd1b
commit
ed2ab233cd
@ -15,8 +15,8 @@ checkUptoDate dragonframe $dragonframeVersion $urlVersion
|
|||||||
echo Installing Dragonframe $urlVersion
|
echo Installing Dragonframe $urlVersion
|
||||||
|
|
||||||
# Setting up and downloading package
|
# Setting up and downloading package
|
||||||
mkdir -p ~/Downloads/installers
|
mkdir -p ~/Downloads/installers/dragonframe
|
||||||
cd ~/Downloads/installers
|
cd ~/Downloads/installers/dragonframe
|
||||||
wget $url
|
wget $url
|
||||||
|
|
||||||
# Install package
|
# Install package
|
||||||
|
@ -47,7 +47,7 @@ function filterVersion() {
|
|||||||
# Downloads a file to the given download directory with
|
# Downloads a file to the given download directory with
|
||||||
# the given name.
|
# the given name.
|
||||||
function downloadPackage() {
|
function downloadPackage() {
|
||||||
mkdir -p ~/Downloads/installers/$1
|
mkdir -p ~/Downloads/installers/${1}
|
||||||
cd ~/Downloads/installers/$1
|
cd ~/Downloads/installers/${1}
|
||||||
wget -O $3 $2
|
wget -O ${3} ${2}
|
||||||
}
|
}
|
||||||
|
@ -16,8 +16,8 @@ checkUptoDate keeweb $keewebVersion $urlVersion
|
|||||||
echo Installing KeeWeb $urlVersion
|
echo Installing KeeWeb $urlVersion
|
||||||
|
|
||||||
# Setting up and downloading package
|
# Setting up and downloading package
|
||||||
mkdir -p ~/Downloads/installers
|
mkdir -p ~/Downloads/installers/keeweb
|
||||||
cd ~/Downloads/installers
|
cd ~/Downloads/installers/keeweb
|
||||||
wget $url
|
wget $url
|
||||||
|
|
||||||
# Install package
|
# Install package
|
||||||
|
Loading…
x
Reference in New Issue
Block a user