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
Mikhail Tergoev
PortWINE
Commits
47b03979
Unverified
Commit
47b03979
authored
Mar 14, 2026
by
Boris Yumankulov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore(cli): drop logo and info from CLI
Signed-off-by:
Boris Yumankulov
<
boria138@altlinux.org
>
parent
52bdd46d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
start.sh
data_from_portwine/scripts/start.sh
+7
-4
No files found.
data_from_portwine/scripts/start.sh
View file @
47b03979
...
...
@@ -14,6 +14,8 @@ then
flatpak run ru.linux_gaming.PortProton
"
$@
"
exit
fi
if
[[
"
${
1
,,
}
"
!=
"cli"
]]
;
then
echo
'
█░░ █ █▄░█ █░█ ▀▄▀ ▄▄ █▀▀ ▄▀█ █▀▄▀█ █ █▄░█ █▀▀ ░ █▀█ █░█
█▄▄ █ █░▀█ █▄█ █░█ ░░ █▄█ █▀█ █░▀░█ █ █░▀█ █▄█ ▄ █▀▄ █▄█
...
...
@@ -25,6 +27,7 @@ echo '
██║░░░░░╚█████╔╝██║░░██║░░░██║░░░██║░░░░░██║░░██║╚█████╔╝░░░██║░░░╚█████╔╝██║░╚███║
╚═╝░░░░░░╚════╝░╚═╝░░╚═╝░░░╚═╝░░░╚═╝░░░░░╚═╝░░╚═╝░╚════╝░░░░╚═╝░░░░╚════╝░╚═╝░░╚══╝
'
fi
$PW_DEBUG
if
[[
$(
id
-u
)
=
0
]]
\
...
...
@@ -231,10 +234,10 @@ if [[ -z "$BRANCH" ]] ; then
export
BRANCH
=
"master"
fi
if
[[
"
$BRANCH
"
==
"master"
]]
;
then
print_info
"Branch in used: STABLE
\n
"
[[
"
${
PW_CLI
}
"
!=
1
]]
&&
print_info
"Branch in used: STABLE
\n
"
export
BRANCH_VERSION
=
""
else
print_warning
"Branch in used: DEVEL
\n
"
[[
"
${
PW_CLI
}
"
!=
1
]]
&&
print_warning
"Branch in used: DEVEL
\n
"
export
BRANCH_VERSION
=
"-dev"
fi
...
...
@@ -252,9 +255,9 @@ fi
if
[[
$USE_ONLY_LG_RU
==
"1"
]]
;
then
export
MIRROR
=
"CLOUD"
edit_user_conf_from_gui MIRROR USE_ONLY_LG_RU
print_info
"Force used linux-gaming.ru for all updates.
\n
"
[[
"
${
PW_CLI
}
"
!=
1
]]
&&
print_info
"Force used linux-gaming.ru for all updates.
\n
"
fi
print_info
"The first mirror in used:
$MIRROR
\n
"
[[
"
${
PW_CLI
}
"
!=
1
]]
&&
print_info
"The first mirror in used:
$MIRROR
\n
"
# choose downloading covers from SteamGridDB or not
if
[[
-z
"
$DOWNLOAD_STEAM_GRID
"
]]
;
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