Skip to content

Commit

Permalink
Update download.rs
Browse files Browse the repository at this point in the history
Signed-off-by: ArchBlood <[email protected]>
  • Loading branch information
ArchBlood authored Sep 22, 2024
1 parent bf799e7 commit e34c035
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/download.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ pub fn download() -> io::Result<()> {
let config: Config = serde_json::from_reader(config_file)?;

// URL to download HumHub
let humhub_download_url = "https://download.humhub.com/downloads/install/humhub-1.15.4.zip";
let humhub_download_url = "https://download.humhub.com/downloads/install/humhub-1.16.2.zip";

// File path to save the downloaded HumHub ZIP file
let humhub_zip_path = "humhub-1.15.4.zip";
let humhub_zip_path = "humhub-1.16.2.zip";

// Directory to extract HumHub ZIP file (root directory)
let humhub_extract_dir = "/var/www/html";
Expand Down

0 comments on commit e34c035

Please sign in to comment.