Added note

This commit is contained in:
Michele Cereda
2022-10-30 21:24:31 +01:00
parent 1c7e97782f
commit 0b83be8053

View File

@@ -7,6 +7,7 @@
sudo zypper install hashcat sudo zypper install hashcat
# Add your user to the 'video' group to be able to use the GPU. # Add your user to the 'video' group to be able to use the GPU.
# You'll still need the correct drivers to be installed.
sudo usermod -a -G 'video' 'username' sudo usermod -a -G 'video' 'username'
sudo gpasswd -a 'username' 'video' sudo gpasswd -a 'username' 'video'