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
6abb9371
Commit
6abb9371
authored
Mar 26, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: drop check_url_is_accessible using
parent
e8af6a78
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
9 deletions
+0
-9
assistant.sh
play.d/assistant.sh
+0
-4
common.sh
play.d/common.sh
+0
-1
sputnik-browser.sh
play.d/sputnik-browser.sh
+0
-4
No files found.
play.d/assistant.sh
View file @
6abb9371
...
...
@@ -18,10 +18,6 @@ pkg="$(epm print info -p)"
# some locale depend troubles (ALT with bash 4 needs LANG=ru_RU.UTF-8, Ubuntu with bash 5 needs LANG=C.UTF-8)
#URL="https://мойассистент.рф/скачать"
URL
=
"https://xn--80akicokc0aablc.xn--p1ai/%D1%81%D0%BA%D0%B0%D1%87%D0%B0%D1%82%D1%8C"
if
!
LANG
=
ru_RU.UTF8 check_url_is_accessible
"
$URL
"
;
then
epm tool eget
-O-
"
$URL
"
fatal
"Please, check why
$URL
is not accessible"
fi
# parse vendor site
tmpfile
=
$(
mktemp
)
...
...
play.d/common.sh
View file @
6abb9371
...
...
@@ -36,7 +36,6 @@ is_supported_arch()
get_latest_version
()
{
local
epmver
=
"
$(
epm
--short
--version
)
"
# TODO: use check_url_is_accessible with more short URL (domain?)
local
URL
=
"https://eepm.ru/releases/
$epmver
/app-versions"
if
!
eget
-q
-O-
"
$URL
/
$1
"
;
then
URL
=
"https://eepm.ru/app-versions"
...
...
play.d/sputnik-browser.sh
View file @
6abb9371
...
...
@@ -9,10 +9,6 @@ SUPPORTEDARCHES="x86_64"
.
$(
dirname
$0
)
/common.sh
URL
=
"https://sputnik-lab.com/api-updates/updates/apps/meta?channel=b2c-distrs-on-site"
if
!
check_url_is_accessible
"
$URL
"
;
then
epm tool eget
-O-
"
$URL
"
fatal
"Please, check why
$URL
is not accessible"
fi
url_by_id_content
()
{
...
...
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