photoshop-linux/install-winetricks.sh
Katy248 b2d8fc5ef5 Added script for installing winetricks
This is necessary for systems withot winetricks package or with outdated
package
2024-10-16 15:32:11 +03:00

8 lines
151 B
Bash
Executable File

#!/bin/bash
git clone https://github.com/Winetricks/winetricks /tmp/ps-winetricks
cd /tmp/ps-winetricks
sudo make install
rm -rf /tmp/ps-winetricks/