Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PortWINE-old
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-old
Commits
d0d86469
Commit
d0d86469
authored
Jan 15, 2022
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update portproton installation script 3
parent
290ff8b1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
portproton
portwine_install_script/portproton
+2
-5
No files found.
portwine_install_script/portproton
View file @
d0d86469
...
...
@@ -106,8 +106,7 @@ else
if
[
$?
-eq
1
]
;
then
echo
"error"
&&
exit
1
;
fi
fi
########################################################################
if
[
"
${
PW_SILENT_INSTALL
}
"
!=
"1"
]
;
then
case
$PW_SET_LANG
in
case
$PW_SET_LANG
in
"Russian"
)
progress_bar
()
{
zenity
--progress
--title
=
"Установка..."
--text
=
"Настройка
${
portname
}
"
--pulsate
--auto-close
--auto-kill
--width
=
450
>
/dev/null 2>&1
...
...
@@ -116,9 +115,7 @@ if [ "${PW_SILENT_INSTALL}" != "1" ] ; then
progress_bar
()
{
zenity
--progress
--title
=
"Install..."
--text
=
"Install
${
portname
}
"
--pulsate
--auto-close
--auto-kill
--width
=
450
>
/dev/null 2>&1
}
;;
esac
if
[
$?
-eq
1
]
;
then
echo
"error"
&&
exit
1
;
fi
fi
esac
########################################################################
export
PORT_WINE_PATH
=
"
${
D_PATH
}
"
if
[
!
-d
"
${
PORT_WINE_PATH
}
"
]
;
then
...
...
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