Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
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
etersoft
eepm
Commits
35bf691a
Commit
35bf691a
authored
2 years ago
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play steam: add install Steam from the repo
parent
255b82b9
master
devel
new3
todo-packd
todo-serv-user
tt1
Tags unavailable
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
2 deletions
+15
-2
steam.sh
play.d/steam.sh
+15
-2
No files found.
play.d/steam.sh
View file @
35bf691a
...
...
@@ -2,8 +2,21 @@
PKGNAME
=
steam-launcher
SUPPORTEDARCHES
=
"x86_64"
DESCRIPTION
=
''
DESCRIPTION
=
'Steam Launcher (from the repository if the package is there, or from the official site)'
[
"
$(
epm print info
-s
)
"
=
"alt"
]
&&
REPOPKGNAME
=
i586-steam
||
REPOPKGNAME
=
steam
epm installed
$REPOPKGNAME
&&
PKGNAME
=
$REPOPKGNAME
.
$(
dirname
$0
)
/common.sh
epm
install
"https://cdn.akamai.steamstatic.com/client/installer/steam.deb"
res
=
0
if
!
epm
install
$REPOPKGNAME
;
then
PKGURL
=
"https://cdn.akamai.steamstatic.com/client/installer/steam.deb"
epm
install
$PKGURL
res
=
$?
fi
epm play i586-fix
exit
$res
This diff is collapsed.
Click to expand it.
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