mirror of
https://github.com/shvedes/photoshop-linux.git
synced 2025-09-08 12:14:59 +00:00
Added script for installing winetricks
This is necessary for systems withot winetricks package or with outdated package
This commit is contained in:
parent
97724fd0cd
commit
b2d8fc5ef5
7
install-winetricks.sh
Executable file
7
install-winetricks.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
git clone https://github.com/Winetricks/winetricks /tmp/ps-winetricks
|
||||
cd /tmp/ps-winetricks
|
||||
sudo make install
|
||||
|
||||
rm -rf /tmp/ps-winetricks/
|
@ -143,9 +143,10 @@ redos)
|
||||
DEPENDENCIES=(
|
||||
curl
|
||||
wine
|
||||
winetricks
|
||||
ImageMagick
|
||||
ImageMagick
|
||||
zstd
|
||||
git
|
||||
make
|
||||
)
|
||||
;;
|
||||
*)
|
||||
@ -178,6 +179,10 @@ install_deps() {
|
||||
print_error "DNF terminated with an error"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if ! ./install-winetricks.sh ; then
|
||||
print_error "Error while installing winetricks"
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
print_error "For now only ${BLUE}Arch Linux${RESET} and ${RED}RED OS${RESET} is supported."
|
||||
|
Loading…
x
Reference in New Issue
Block a user