1
0
Fork 0
mirror of synced 2025-03-06 20:53:29 +01:00

Fixed build-essential package name

This commit is contained in:
niansa/tuxifan 2023-09-15 02:41:20 +02:00 committed by GitHub
parent e140fcfe8f
commit e780dd838f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ Requires `build-essential` to be installed and the git repo to be cloned to curr
`sudo python3 ./run.py dump ./encrypted.sh.x ./decrypted.sh`
#### On-the-fly usage
Requires `build-essentials`, `automake` and `git` to be installed!
Requires `build-essential`, `automake` and `git` to be installed!
`sudo true && wget -q -O- https://github.com/niansa/bash-shxdumper/raw/master/run.py | sudo python3 /dev/stdin dump ./encrypted.sh.x ./decrypted.sh`