1 Commits

Author SHA1 Message Date
agresdominik df41f6c8df bump: version 0.1.0 → 0.2.0 2026-06-05 23:44:40 +02:00
3 changed files with 25 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[ tool.commitizen ] [ tool.commitizen ]
name = "cz_conventional_commits" name = "cz_conventional_commits"
version = "0.1.0" version = "0.2.0"
tag_format = "v$version" tag_format = "v$version"
update_changelog_on_bump = true update_changelog_on_bump = true
version_files = [ ".cz.toml:version" ] version_files = [ ".cz.toml:version" ]
+6
View File
@@ -1 +1,7 @@
## v0.2.0 (2026-06-05)
### Feat
- add custom ram download range
## v0.0.1 (2026-06-05) ## v0.0.1 (2026-06-05)
+18
View File
@@ -12,6 +12,23 @@ That is why you can use this script to automate the downloading and installing o
## Installation ## Installation
### Via Homebrew (Linux)
Add the tap and install:
```bash
brew tap agresdominik/repo https://github.com/agresdominik/repo
brew install download-ram
```
Run the script:
```bash
sudo $(which download-ram)
```
### Manual
Clone the repository: Clone the repository:
```bash ```bash
@@ -38,6 +55,7 @@ Please select how much RAM you want to download:
1) 4GiB of RAM 1) 4GiB of RAM
2) 8GiB of RAM 2) 8GiB of RAM
3) 16GiB of RAM 3) 16GiB of RAM
4) Custom amount
Plese note you need at least the chosen amount of space on your drive + 4GiB Plese note you need at least the chosen amount of space on your drive + 4GiB
> 1 > 1