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
d4075292
Commit
d4075292
authored
4 months ago
by
Ivan Mazhukin
Committed by
Vitaly Lipatov
4 months ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play epsonscan2[-non-free-plugin]: fix download link (eterbug #17865)
parent
e10a82ba
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
epsonscan2-non-free-plugin.sh
play.d/epsonscan2-non-free-plugin.sh
+2
-2
epsonscan2.sh
play.d/epsonscan2.sh
+2
-2
No files found.
play.d/epsonscan2-non-free-plugin.sh
View file @
d4075292
...
@@ -14,10 +14,10 @@ pkgtype=$(epm print info -p)
...
@@ -14,10 +14,10 @@ pkgtype=$(epm print info -p)
arch
=
"
$(
epm print info
-a
)
"
arch
=
"
$(
epm print info
-a
)
"
case
"
$pkgtype
-
$arch
"
in
case
"
$pkgtype
-
$arch
"
in
rpm-x86_64
)
rpm-x86_64
)
PKGURL
=
"https://download
.ebz.epson.net/dsc/du/02/DriverDownloadInfo.do?LG2=JA&CN2=US&CTI=171&PRN=Linux%20rpm%2064bit%20package&OSC=LX&DL
"
PKGURL
=
"https://download
3.ebz.epson.net/dsc/f/03/00/16/14/40/9cb99579f9fa7facf54f77f0ce6fe5600677f30a/epsonscan2-bundle-6.7.70.0.x86_64.rpm.tar.gz
"
;;
;;
*
-x86_64
)
*
-x86_64
)
PKGURL
=
"https://download
.ebz.epson.net/dsc/du/02/DriverDownloadInfo.do?LG2=JA&CN2=US&CTI=171&PRN=Linux%20deb%2064bit%20package&OSC=LX&DL
"
PKGURL
=
"https://download
3.ebz.epson.net/dsc/f/03/00/16/14/38/7b1780ace96e2c6033bbb667c7f3ed281e4e9f38/epsonscan2-bundle-6.7.70.0.x86_64.deb.tar.gz
"
;;
;;
*
)
*
)
fatal
"
$arch
arch is not supported"
fatal
"
$arch
arch is not supported"
...
...
This diff is collapsed.
Click to expand it.
play.d/epsonscan2.sh
View file @
d4075292
...
@@ -14,10 +14,10 @@ pkgtype=$(epm print info -p)
...
@@ -14,10 +14,10 @@ pkgtype=$(epm print info -p)
arch
=
"
$(
epm print info
-a
)
"
arch
=
"
$(
epm print info
-a
)
"
case
"
$pkgtype
-
$arch
"
in
case
"
$pkgtype
-
$arch
"
in
rpm-x86_64
)
rpm-x86_64
)
PKGURL
=
"https://download
.ebz.epson.net/dsc/du/02/DriverDownloadInfo.do?LG2=JA&CN2=US&CTI=171&PRN=Linux%20rpm%2064bit%20package&OSC=LX&DL
"
PKGURL
=
"https://download
3.ebz.epson.net/dsc/f/03/00/16/14/40/9cb99579f9fa7facf54f77f0ce6fe5600677f30a/epsonscan2-bundle-6.7.70.0.x86_64.rpm.tar.gz
"
;;
;;
*
-x86_64
)
*
-x86_64
)
PKGURL
=
"https://download
.ebz.epson.net/dsc/du/02/DriverDownloadInfo.do?LG2=JA&CN2=US&CTI=171&PRN=Linux%20deb%2064bit%20package&OSC=LX&DL
"
PKGURL
=
"https://download
3.ebz.epson.net/dsc/f/03/00/16/14/38/7b1780ace96e2c6033bbb667c7f3ed281e4e9f38/epsonscan2-bundle-6.7.70.0.x86_64.deb.tar.gz
"
;;
;;
*
)
*
)
fatal
"
$arch
arch is not supported"
fatal
"
$arch
arch is not supported"
...
...
This diff is collapsed.
Click to expand it.
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