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
0ffe5b51
Commit
0ffe5b51
authored
May 23, 2025
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: fix status on error
parent
8faf5ec8
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
11 additions
and
11 deletions
+11
-11
anydesk.sh
play.d/anydesk.sh
+1
-1
epson-printer-utility.sh
play.d/epson-printer-utility.sh
+1
-1
flyview-server.sh
play.d/flyview-server.sh
+1
-1
guardant.sh
play.d/guardant.sh
+1
-1
lexmark-upd-ppd.sh
play.d/lexmark-upd-ppd.sh
+1
-1
rudesktop.sh
play.d/rudesktop.sh
+1
-1
rustdesk.sh
play.d/rustdesk.sh
+1
-1
teamviewer.sh
play.d/teamviewer.sh
+1
-1
virtualhere.sh
play.d/virtualhere.sh
+1
-1
windscribe.sh
play.d/windscribe.sh
+1
-1
xerox-spl-driver.sh
play.d/xerox-spl-driver.sh
+1
-1
No files found.
play.d/anydesk.sh
View file @
0ffe5b51
...
...
@@ -29,7 +29,7 @@ else
PKGURL
=
"https://download.anydesk.com/linux/
$PKGMASK
"
fi
install_pkgurl
install_pkgurl
||
exit
echo
echo
"Note: run
...
...
play.d/epson-printer-utility.sh
View file @
0ffe5b51
...
...
@@ -24,7 +24,7 @@ case "$pkgtype-$arch" in
;;
esac
install_pkgurl
install_pkgurl
||
exit
echo
echo
"Note: run
...
...
play.d/flyview-server.sh
View file @
0ffe5b51
...
...
@@ -13,7 +13,7 @@ warn_version_is_not_supported
#PKG="$(eget --list --latest https://flyviewvms.ru/downloads/ "flyview-server*linux64.deb")"
PKGURL
=
"https://flyviewvms.ru/distro/flyview-server.deb"
install_pkgurl
install_pkgurl
||
exit
echo
echo
"
...
...
play.d/guardant.sh
View file @
0ffe5b51
...
...
@@ -30,7 +30,7 @@ esac
PKGURL
=
$(
eget
--list
--latest
https://download.guardant.ru/LM/Linux/
$VERSION
/
$shortarch
/
"
$file
"
)
install_pack_pkgurl
"
$VERSION
"
install_pack_pkgurl
"
$VERSION
"
||
exit
cat
<<
EOF
...
...
play.d/lexmark-upd-ppd.sh
View file @
0ffe5b51
...
...
@@ -13,7 +13,7 @@ warn_version_is_not_supported
PKGURL
=
"https://downloads.lexmark.com/downloads/drivers/Lexmark-UPD-PPD-Files-1.0-05252022.x86_64.rpm"
install_pack_pkgurl
install_pack_pkgurl
||
exit
echo
"Note: run
# serv cups restart
...
...
play.d/rudesktop.sh
View file @
0ffe5b51
...
...
@@ -44,7 +44,7 @@ else
PKGURL
=
"
$(
eget
--list
--latest
https://rudesktop.ru/downloads/
"
$PKGNAME
-*-amd64.
$pkgtype
"
)
"
fi
install_pkgurl
install_pkgurl
||
exit
echo
echo
"Note: run
...
...
play.d/rustdesk.sh
View file @
0ffe5b51
...
...
@@ -29,7 +29,7 @@ if [ "$VERSION" = "*" ] && echo "$PKGURL" | grep -q "nightly" ; then
PKGURL
=
$(
eget
--list
--second-latest
https://github.com/rustdesk/rustdesk/releases
"
$MASK
"
)
fi
install_pkgurl
install_pkgurl
||
exit
cat
<<
EOF
...
...
play.d/teamviewer.sh
View file @
0ffe5b51
...
...
@@ -20,7 +20,7 @@ arch=$(epm print info --distro-arch)
# epm uses eget to download * names
PKGURL
=
"https://download.teamviewer.com/download/linux/
$(
epm print constructname
$PKGNAME
)
"
install_pkgurl
install_pkgurl
||
exit
cat
<<
EOF
...
...
play.d/virtualhere.sh
View file @
0ffe5b51
...
...
@@ -44,7 +44,7 @@ if [ "$VERSION" = "*" ] ; then
[
-n
"
$VERSION
"
]
||
fatal
"Can't get version for
$PKGNAME
"
fi
install_pack_pkgurl
$VERSION
install_pack_pkgurl
$VERSION
||
exit
echo
echo
"Note: run
...
...
play.d/windscribe.sh
View file @
0ffe5b51
...
...
@@ -16,7 +16,7 @@ else
PKGURL
=
"https://github.com/Windscribe/Desktop-App/releases/download/v
$VERSION
/
${
PKGNAME
}
_
${
VERSION
}
_
$arch
.deb"
fi
install_pkgurl
install_pkgurl
||
exit
cat
<<
EOF
Note: run
...
...
play.d/xerox-spl-driver.sh
View file @
0ffe5b51
...
...
@@ -13,7 +13,7 @@ warn_version_is_not_supported
PKGURL
=
"http://download.support.xerox.com/pub/drivers/B215/drivers/linux/ar/Xerox_B215_Linux_PrintDriver_Utilities.tar.gz"
install_pack_pkgurl
install_pack_pkgurl
||
exit
echo
"Note: run
# serv cups restart
...
...
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