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
f102703e
Commit
f102703e
authored
Jul 16, 2022
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play assistant: drop unused OPKG
parent
c897f745
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
assistant.sh
play.d/assistant.sh
+0
-5
No files found.
play.d/assistant.sh
View file @
f102703e
...
@@ -28,17 +28,12 @@ url_by_order()
...
@@ -28,17 +28,12 @@ url_by_order()
echo
"https://мойассистент.рф
$(
cat
$tmpfile
|
grep
"/Download/"
|
$order
-n1
|
sed
-e
's|.*href="||'
-e
's|".*||'
)
"
echo
"https://мойассистент.рф
$(
cat
$tmpfile
|
grep
"/Download/"
|
$order
-n1
|
sed
-e
's|.*href="||'
-e
's|".*||'
)
"
}
}
version
=
$(
cat
$tmpfile
|
grep
-A1
"Версия:"
|
tail
-n1
|
sed
-e
's|.*<span class="v">||'
-e
's| .*||'
)
[
-n
"
$version
"
]
||
fatal
"Can't get package version"
case
$arch
-
$pkg
in
case
$arch
-
$pkg
in
x86_64-rpm
)
x86_64-rpm
)
URL
=
"
$(
url_by_order
head
)
"
URL
=
"
$(
url_by_order
head
)
"
OPKG
=
assistant-
$version
-0
.x86_64.rpm
;;
;;
x86_64-deb
)
x86_64-deb
)
URL
=
"
$(
url_by_order
tail
)
"
URL
=
"
$(
url_by_order
tail
)
"
OPKG
=
assistant_
$version
-0_amd64
.deb
;;
;;
*
)
*
)
fatal
"
$(
$DISTRVENDOR
-e
)
is not supported (arch
$arch
, package type is
$pkg
)"
fatal
"
$(
$DISTRVENDOR
-e
)
is not supported (arch
$arch
, package type is
$pkg
)"
...
...
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