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
Nurlan
eepm
Commits
69eb3292
Commit
69eb3292
authored
Dec 17, 2022
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play trueconf: drop unneeded workaround for install with --noscripts
parent
449fd5f6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
12 deletions
+1
-12
trueconf.sh
play.d/trueconf.sh
+1
-12
No files found.
play.d/trueconf.sh
View file @
69eb3292
...
...
@@ -35,16 +35,5 @@ case "$($DISTRVENDOR -e)" in
fatal
"
$(
$DISTRVENDOR
-e
)
is not supported"
esac
# workaround for --noscripts for apt-get
if
[
-n
"
$epmopt
"
]
;
then
tmpdir
=
$(
mktemp
-d
)
trap
"rm -fr
$tmpdir
"
EXIT
cd
$tmpdir
||
fatal
epm tool eget
$URL
||
fatal
PKG
=
$(
echo
*)
epm
install
$(
epm req
$PKG
)
||
fatal
"Can't install requirements of the trueconf package"
epm
install
$epmopt
"
$PKG
"
||
exit
exit
0
fi
# --repack includes --noscripts
epm
install
$epmopt
"
$URL
"
||
exit
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