forked from CastroFidel/PortWINE
		
	###Scripts version 2076###
This commit is contained in:
		| @@ -76,8 +76,8 @@ try_remove_dir () { | ||||
| export -f try_remove_dir | ||||
|  | ||||
| try_force_link_file () { | ||||
|     if [ -z "$2" ] ; then | ||||
|         print_error "no way to link file $1" | ||||
|     if [ ! -f "$1" ] ; then	print_info "file $1 not found for link" | ||||
|     elif [ -z "$2" ] ; then	print_error "no way to link file $1" | ||||
|     else | ||||
|         ln -sf "$1" "$2" | ||||
|         [ "$?" != 0 ] && print_error "failed to link file $1 to $2" || return 0 | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| #!/bin/bash | ||||
| #Author: Castro-Fidel (PortWINE-Linux.ru) | ||||
| #SCRIPTS_NEXT_VERSION=2075 | ||||
| #SCRIPTS_NEXT_VERSION=2076 | ||||
| #PORT_NEXT_VERSION=97 | ||||
| ######################################################################## | ||||
| export PW_MANGOHUD=1 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user