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
d66b654b
Commit
d66b654b
authored
Mar 31, 2024
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: remove obsoleted sputnik-browser, net.downloadhelper.coapp.sh
parent
b7e333db
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
82 deletions
+0
-82
net.downloadhelper.coapp.sh
play.d/net.downloadhelper.coapp.sh
+0
-19
sputnik-browser.sh
play.d/sputnik-browser.sh
+0
-63
No files found.
play.d/net.downloadhelper.coapp.sh
deleted
100755 → 0
View file @
b7e333db
#!/bin/sh
PKGNAME
=
net.downloadhelper.coapp
SUPPORTEDARCHES
=
"x86_64"
VERSION
=
"
$2
"
DESCRIPTION
=
"Video DownloadHelper Companion App (obsoleted)"
DESCRIPTION
=
''
URL
=
"https://www.downloadhelper.net/install-coapp"
.
$(
dirname
$0
)
/common.sh
mask
=
"
$PKGNAME
-
${
VERSION
}
_amd64.deb"
PKGURL
=
$(
eget
--list
--latest
https://github.com/aclap-dev/vdhcoapp/releases/
"
$mask
"
)
||
fatal
"Can't get package URL"
repack
=
''
[
"
$(
epm print info
-s
)
"
=
"alt"
]
&&
repack
=
'--repack'
epm
install
$repack
"
$PKGURL
"
play.d/sputnik-browser.sh
deleted
100755 → 0
View file @
b7e333db
#!/bin/sh
PKGNAME
=
sputnik-browser-stable
SUPPORTEDARCHES
=
"x86_64"
# discontinued
# https://bugzilla.altlinux.org/43495
#DESCRIPTION="Sputnik browser from the official site"
.
$(
dirname
$0
)
/common.sh
URL
=
"https://sputnik-lab.com/api-updates/updates/apps/meta?channel=b2c-distrs-on-site"
url_by_id_content
()
{
local
id_content
=
"
$1
"
eget
-q
-O-
"
$URL
"
|
grep
-A6
"
$id_content
"
|
tail
-n1
|
sed
-e
's|.*"url": "||'
-e
's|".*||'
}
case
"
$(
epm print info
-e
)
"
in
Ubuntu/20.04
)
id_content
=
'ubuntu20-id'
;;
Ubuntu/16.04
)
id_content
=
'ubuntu-id'
;;
Ubuntu/
*
)
id_content
=
'ubuntu20-id'
;;
ALTLinux/c8
)
id_content
=
'alt-id'
;;
ALTLinux/
*
)
id_content
=
'alt9-id'
;;
AstraLinux
*
)
id_content
=
'astrase-id'
;;
RedOS/
*
)
id_content
=
'redos-id'
;;
RosaLinux/
*
)
id_content
=
'rosa-id'
;;
Windows/
*
)
id_content
=
'win-id'
;;
*
)
fatal
"Unsupported system
$(
epm print info
-e
)
"
;;
esac
epm
install
$(
url_by_id_content
"browser-b2c-
$id_content
"
)
ERR
=
$?
if
[
"
$ERR
"
=
0
]
;
then
echo
"Running # /opt/sputnik-browser/sputnik_client --generate_branding to get license in config.dat"
esu /opt/sputnik-browser/sputnik_client
--generate_branding
echo
"Disable strange system service sputnik_client"
serv sputnik_client off
esu killall sputnik_client
fi
exit
$ERR
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