Skip to content

Bash script to download and extract a specific version of Joomla

License

Notifications You must be signed in to change notification settings

PopArtDesign/joomla-download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

joomla-download

Bash script to download and extract a specific version of Joomla.

Installation

Just download the script to a directory in your $PATH. For example:

wget https://raw.githubusercontent.com/PopArtDesign/joomla-download/refs/heads/main/joomla-download \
    -O ~/.local/bin/joomla-download && chmod +x ~/.local/bin/joomla-download

Usage

joomla-download <path> [<version>]

Examples

# Download the latest version
joomla-download ~/projects/joomla

# Download precise version
joomla-download ~/projects/joomla 5.2.1

# Download the latest 4.3.x version (e.g. 4.3.4)
joomla-download ~/projects/joomla 4.3

# Download the latest 3.x version (e.g. 3.10.12)
joomla-download ~/projects/joomla 3

# Use current directory (downloads latest version)
joomla-download .

License

Copyright (c) Voronkovich Oleg. Distributed under the MIT.

About

Bash script to download and extract a specific version of Joomla

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages