Fixes and added john the ripper install
This commit is contained in:
@ -11,3 +11,4 @@ espanso start
|
||||
espanso install html-utils-package
|
||||
espanso install markdown-shortcuts
|
||||
espanso install misspell-en
|
||||
cd ~/.local/share/sunhat || exit
|
||||
|
@ -3,6 +3,7 @@ git clone https://github.com/Antynea/grub-btrfs ~/.local/share/sunhat/packages/g
|
||||
cp ~/.local/share/sunhat/configs/grub-btrfs/config ~/.local/share/sunhat/packages/grub-btrfs/config
|
||||
cd ~/.local/share/sunhat/packages/grub-btrfs
|
||||
sudo make install
|
||||
cd ~/.local/share/sunhat
|
||||
sudo grub2-mkconfig -o /etc/grub2-efi.cfg
|
||||
sudo systemctl enable --now grub-btrfsd
|
||||
echo -e "\nIn order to make GRUB-BTRFS work with Timeshift,"
|
||||
|
5
install/app_john_the_ripper.sh
Normal file
5
install/app_john_the_ripper.sh
Normal file
@ -0,0 +1,5 @@
|
||||
sudo dnf install 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
|
||||
./configure && make
|
||||
cd ~/.local/share/sunhat
|
Reference in New Issue
Block a user