luksmount/README.md
Ari Archer 03d9c7d461
first commit
Signed-off-by: Ari Archer <ari@mail.ari-web.xyz>
2022-01-30 15:04:08 +02:00

22 lines
456 B
Markdown

# Luksmount
> A simple and safe wrapper around cryptsetup written in bash
# Requirements
- Bash -- https://www.gnu.org/software/bash/
- Cryptsetup -- https://gitlab.com/cryptsetup/cryptsetup/
- GNU coreutils -- https://www.gnu.org/software/coreutils/
# Installation
## Manual
```bash
sudo install -Dm755 luksmount /usr/local/bin
```
## Packages
- Linux
- Gentoo linux: [sys-fs/luksmount::dinolay](https://ari-web.xyz/gentooatom/sys-fs/luksmount)