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
3b242af0
Commit
3b242af0
authored
Oct 04, 2020
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename rescription dir
parent
7d375cf6
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
36 additions
and
0 deletions
+36
-0
i586-wine-etersoft.sh
prescription.d/i586-wine-etersoft.sh
+12
-0
i586-wine-vanilla.sh
prescription.d/i586-wine-vanilla.sh
+12
-0
i586-wine.sh
prescription.d/i586-wine.sh
+12
-0
No files found.
prescription.d/i586-wine-etersoft.sh
0 → 100755
View file @
3b242af0
#!/bin/sh
MAIN
=
wine-etersoft
# Устанавливаем wine
epmi lib
$MAIN
i586-
$MAIN
i586-lib
$MAIN
i586-lib
$MAIN
-gl
# Модули, могут не быть в системе
epmi i586-glibc-nss i586-glibc-gconv-modules
# Если используется AD, потребуется
epm installed sssd-client
&&
epmi i586-sssd-client
prescription.d/i586-wine-vanilla.sh
0 → 100755
View file @
3b242af0
#!/bin/sh
MAIN
=
wine-vanilla
# Устанавливаем wine
epmi lib
$MAIN
i586-
$MAIN
i586-lib
$MAIN
i586-lib
$MAIN
-gl
# Модули, могут не быть в системе
epmi i586-glibc-nss i586-glibc-gconv-modules
# Если используется AD, потребуется
epm installed sssd-client
&&
epmi i586-sssd-client
prescription.d/i586-wine.sh
0 → 100755
View file @
3b242af0
#!/bin/sh
MAIN
=
wine
# Устанавливаем wine
epmi lib
$MAIN
i586-
$MAIN
i586-lib
$MAIN
i586-lib
$MAIN
-gl
# Модули, могут не быть в системе
epmi i586-glibc-nss i586-glibc-gconv-modules
# Если используется AD, потребуется
epm installed sssd-client
&&
epmi i586-sssd-client
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