mirror of
https://github.com/shvedes/photoshop-linux.git
synced 2025-09-09 20:54:55 +00:00
8 lines
151 B
Bash
Executable File
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/
|