feat: install rar mods (#34)

This commit is contained in:
v4n
2025-03-22 20:23:21 +02:00
committed by GitHub
parent afbb6d3a0c
commit b6e92e2918
4 changed files with 33 additions and 8 deletions
+9 -1
View File
@@ -6,6 +6,13 @@ This script is complete, the version will always [remain at 0.x.x](https://0ver.
## Installation
Pre-requisites:
- You must have the `unzip` package installed for zip archives;
- You might want to have the `unarchiver` package installed for rar archives.
> The `unzip` package comes pre-installed on most Linux distributions. If you do not know how to install packages, search for your Linux distro and package manager.
To install Helldivers 2 Mod Manager CLI run the following command in your terminal:
```bash
@@ -19,7 +26,8 @@ If for some reason, the installation command doesn't work you can:
1. Go to <https://raw.githubusercontent.com/v4n00/h2mm-cli/refs/heads/master/install.sh>
1. Right click -> Save page as...
1. Go to your downloads folders `cd ~/Downloads`
1. Open your terminal
1. Go to your downloads folders with `cd ~/Downloads`
1. Give the script execution permissions `chmod +x install.sh`
1. Run the script `./install.sh`