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
a7ecd089
Commit
a7ecd089
authored
Mar 29, 2024
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typos
parent
1891f165
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
kyodialog.sh
pack.d/kyodialog.sh
+1
-1
element-desktop.sh
play.d/element-desktop.sh
+1
-1
epson-printer-utility.sh
repack.d/epson-printer-utility.sh
+1
-1
No files found.
pack.d/kyodialog.sh
View file @
a7ecd089
...
...
@@ -13,7 +13,7 @@ fi
if
echo
"
$TAR
"
|
grep
-q
KyoceraLinuxPackages
;
then
erc
$TAR
||
fatal
else
fatal
"H
ow no idea how to handle
$TAR
"
fatal
"H
ave no idea how to handle
$(
basename
$TAR
)
"
fi
cd
KyoceraLinuxPackages-
*
.tar
||
fatal
...
...
play.d/element-desktop.sh
View file @
a7ecd089
...
...
@@ -13,7 +13,7 @@ URL="https://element.io/"
arch
=
"amd64"
PKGURL
=
$(
epm tool eget
--list
--latest
https://packages.element.io/debian/pool/main/e/element-desktop/index.html
$(
epm print constructname PKGNAME
"
$VERSION
"
$arch
"deb"
))
||
fatal
"Can't get package URL"
PKGURL
=
$(
epm tool eget
--list
--latest
https://packages.element.io/debian/pool/main/e/element-desktop/index.html
$(
epm print constructname
$
PKGNAME
"
$VERSION
"
$arch
"deb"
))
||
fatal
"Can't get package URL"
epm
install
--repack
"
$PKGURL
"
repack.d/epson-printer-utility.sh
View file @
a7ecd089
...
...
@@ -17,7 +17,7 @@ install_file opt/epson-printer-utility/epson-printer-utility.desktop /usr/share/
# backend
install_file usr/lib/epson-backend/ecbd.service /usr/lib/systemd/system/ecbd.service
mkdir
-p
/
var/cache/epson-backend
mkdir
-p
var/cache/epson-backend
pack_dir /var/cache/epson-backend
# if command -v semodule > /dev/null 2>&1;then
...
...
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