Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PortWINE
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vladislav
PortWINE
Commits
8d9e8b8c
Commit
8d9e8b8c
authored
Jan 13, 2022
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Scripts 2060
parent
842d43a3
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
9 deletions
+14
-9
changelog
data_from_portwine/changelog
+3
-1
setup.sh
data_from_portwine/scripts/setup.sh
+2
-1
var
data_from_portwine/scripts/var
+1
-1
portproton
portwine_install_script/portproton
+8
-6
No files found.
data_from_portwine/changelog
View file @
8d9e8b8c
...
...
@@ -10,9 +10,11 @@
* добавить проверку количества db файлов на один exe
* заниматься только развитием проекта за счет вашей подписки на https://boosty.to/portwine-linux.ru
-----------------------------------------
###Scripts version 2060###
* подготовлена возможность установки PortProton из репозиториев
###Scripts version 2059###
* обновлена автоустановка GOG
*
###Scripts version 2058###
* по умочанию выбран PW_WINE_USE=PROTON_STEAM для EGS
...
...
data_from_portwine/scripts/setup.sh
View file @
8d9e8b8c
...
...
@@ -33,7 +33,8 @@ chmod u+x "${PORT_WINE_PATH}/${name_desktop}.desktop"
if
[
"
${
PW_SILENT_INSTALL
}
"
=
"1"
]
;
then
if
[
"
${
PW_AUTOPLAY
}
"
=
"1"
]
;
then
unset
INSTALLING_PORT
sh
"
$HOME
/PortWINE/PortProton/data/scripts/start.sh"
$@
&
exit
0
ln
-s
"
${
XDG_DATA_HOME
}
/PortWINE"
"
${
HOME
}
/"
sh
"
${
XDG_DATA_HOME
}
/PortWINE/PortProton/data/scripts/start.sh"
$@
&
exit
0
else
echo
"Installation completed successfully."
fi
...
...
data_from_portwine/scripts/var
View file @
8d9e8b8c
#!/bin/bash
#Author: Castro-Fidel (PortWINE-Linux.ru)
#SCRIPTS_NEXT_VERSION=20
59
#SCRIPTS_NEXT_VERSION=20
60
#PORT_NEXT_VERSION=97
########################################################################
export
PW_MANGOHUD
=
1
...
...
portwine_install_script/portproton
View file @
8d9e8b8c
...
...
@@ -11,10 +11,15 @@ clear && echo '
'
########################################################################
unset
PW_AUTOPLAY PW_SET_LANG PW_SILENT_INSTALL
export
portname
=
"PortProton"
export
port_ver
=
97
########################################################################
deflink
=
"
${
HOME
}
/PortWINE/
${
portname
}
"
[
$(
id
-u
)
-eq
0
]
&&
echo
"Do not run the script from the superuser!"
&&
zenity
--error
--text
"Do not run the script from the superuser!"
2> /dev/null
&&
exit
1
if
[
"
$(
dirname
"
`
readlink
-f
"
$0
"
`
"
)
"
==
"/usr/bin"
]
;
then
if
[
-f
"
$HOME
/PortWINE/PortProton/data/scripts/start.sh"
]
;
then
sh
"
$HOME
/PortWINE/PortProton/data/scripts/start.sh"
$@
&
exit
0
[
-z
"
${
XDG_DATA_HOME
}
"
]
&&
export
XDG_DATA_HOME
=
"
$HOME
/.local/share"
if
[
-f
"
${
XDG_DATA_HOME
}
/PortWINE/PortProton/data/scripts/start.sh"
]
;
then
sh
"
${
XDG_DATA_HOME
}
/PortWINE/PortProton/data/scripts/start.sh"
$@
&
exit
0
else
if
[
!
-z
"
`
locale |
grep
"LANG=ru_RU.UTF-8"
`
"
]
;
then
PW_SET_LANG
=
"Russian"
...
...
@@ -23,12 +28,10 @@ if [ "$(dirname "`readlink -f "$0"`")" == "/usr/bin" ] ; then
fi
export
PW_SILENT_INSTALL
=
"1"
export
PW_AUTOPLAY
=
1
deflink
=
"
${
XDG_DATA_HOME
}
/PortWINE/
${
portname
}
"
fi
fi
########################################################################
export
portname
=
"PortProton"
export
port_ver
=
97
########################################################################
export
INSTALLING_PORT
=
1
export
PROGS_INST
=
""
export
vexit
=
0
...
...
@@ -45,7 +48,6 @@ fi
########################################################################
cd
"
$(
dirname
"
`
readlink
-f
"
$0
"
`
"
)
"
links
=
"
$(
pwd
)
"
deflink
=
"
${
HOME
}
/PortWINE/
${
portname
}
"
########################################################################
if
[
"
$1
"
=
"-rus"
]
;
then
PW_SET_LANG
=
"Russian"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment