Skip to content

Commit

Permalink
Release 1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AgustinSRG committed Feb 9, 2024
1 parent fc77ad8 commit 7386693
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,18 @@ For apt-compatible Linux distributions, we provide a DEB package:

| Version | Arch | Download | Hash | Hash alg. |
|---|---|---|---|---|
| 1.15.3 | amd64 | [Drive](https://drive.google.com/file/d/1V85IScB8H-ztRmrZuE_G4TL6HLRFbm1a/view?usp=sharing) <br /> [Mega](https://mega.nz/file/lW93gaiY#YNbXTcCWjWsFvsaDWTHMyobgc2hbkXV4heSTNLsc63Y) | `24cf1a809490825cdcb036a1bf6f796d6bf5ac57c465b0a6a76937bbda9819be` | SHA256 |
| 1.16.0 | amd64 | [Drive](https://drive.google.com/file/d/1aCKCNtUCUdGWwWucdPJqfLjKNxvf6LlR/view?usp=sharing) <br /> [Mega](https://mega.nz/file/IHdByKAZ#TvfG8_HEHePWuE_5YMDY8_lNP9WDigVPPyHOAMLmUls) | `dc8ee2eb553339044e59efb391f27cdf2ea37a2517aa99435ec7082bc1ba08d3` | SHA256 |

Download it, and check its integrity using:

```sh
sha256sum ./personalmediavault_1.15-3.deb
sha256sum ./personalmediavault_1.16-0.deb
```

Then, install it using `apt`:

```sh
sudo apt install ./personalmediavault_1.15-3.deb
sudo apt install ./personalmediavault_1.16-0.deb
```

After the installation, the binary files will be available in `/usr/bin`, and the frontend files will be available in `/usr/lib/pmv/www`.
Expand All @@ -71,16 +71,16 @@ For Windows, we provide a MSI installer:

| Version | Arch | Language | Download | Hash |
|---|---|---|---|---|
| 1.15.3 | x64 | English | [Drive](https://drive.google.com/file/d/1eTLIJy3U5E3TqFk9i2CfbjEa434gSCs-/view?usp=sharing) <br /> [Mega](https://mega.nz/file/JbdBxQZS#g1I4uFB2zhNxBPu2etya82V5h-F3laG-m0MV-Yfmsq0) | SHA256: `1EE7F561388DE2EBA40510484A62746AA6D61FDB7722C662787BDE92C665D0B7` |
| 1.15.3 | x64 | Spanish | [Drive](https://drive.google.com/file/d/1Vz0PiwpPNTxtu3k8AekFyaLY_cIpt6sw/view?usp=sharing) <br /> [Mega](https://mega.nz/file/xX8iVSQC#WojYi8xhyYSVyhyxcYImS7SKmYn9b4RzVbVWev6gEhA) | SHA256: `15F5870F1B716464AF6FEC63F67FC0B5B5E53950020F4A6BB463DF966D055343` |
| 1.16.0 | x64 | English | [Drive](https://drive.google.com/file/d/1DnHAfid4UrQtdxggOdm1UztlMDF2Ri9f/view?usp=sharing) <br /> [Mega](https://mega.nz/file/FeM1FZgB#0Bvq0XWfpnRUewsMfQdecAdtY-e8V73ooQuuWyckkXQ) | SHA256: `6AD026D1E5F919DAC71877972495A548E94377A2883743ED88ACE76C20E1D020` |
| 1.16.0 | x64 | Spanish | [Drive](https://drive.google.com/file/d/1KKGJ8iv3gYy0VWXAifI3GUGiVtGzJE85/view?usp=sharing) <br /> [Mega](https://mega.nz/file/FX9VzaQQ#kFY8iTbq1ZLrqY5j_VK9S7mzn1gXKgzAUrmfDSm93_4) | SHA256: `23171A83118A4EB61D5F6ED5E111AAE9B38BF0A83CDBD0A24E5A5686C5371E95` |

In order to install Personal Media Vault in Windows, run the installer and everything will be set up for the application to work.

When downloading the MSI installer, check the file hash with PowerShell to make sure the file was not modified:

```ps1
Get-FileHash -Path "PersonalMediaVault-1.15.3-x64.msi" -Algorithm SHA256
Get-FileHash -Path "PersonalMediaVault-1.15.3-x64-es.msi" -Algorithm SHA256
Get-FileHash -Path "PersonalMediaVault-1.16.0-x64.msi" -Algorithm SHA256
Get-FileHash -Path "PersonalMediaVault-1.16.0-x64-es.msi" -Algorithm SHA256
```

After it's installed, create an empty folder to store your media vault and right click it. You should see a new option "Open with PersonalMediaVault". Click it to run the vault launcher.
Expand Down

0 comments on commit 7386693

Please sign in to comment.