Fixing an embarrassing amount of errors after having to use it for the first time

This commit is contained in:
Gib
2024-08-12 03:28:17 -05:00
parent aff93e0e03
commit 2eedecc9cd
47 changed files with 38 additions and 95 deletions

View File

@@ -1,5 +1,5 @@
sudo dnf install yasm gmp-devel libpcap-devel bzip2-devel
sudo dnf install -y yasm gmp-devel libpcap-devel bzip2-devel
git clone https://github.com/magnumripper/JohnTheRipper.git ~/.local/share/sunhat/packages/JohnTheRipper/
cd ~/.local/share/sunhat/JohnTheRipper/src
cd ~/.local/share/sunhat/packages/JohnTheRipper/src
./configure && make
cd ~/.local/share/sunhat