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
354743f8
Commit
354743f8
authored
Apr 22, 2022
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play sublime: fix download URL
parent
2fec847a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
sublime.sh
play.d/sublime.sh
+4
-4
No files found.
play.d/sublime.sh
View file @
354743f8
...
...
@@ -18,15 +18,15 @@ case "$arch" in
;;
esac
PKG
=
$(
epm tool eget
--list
--latest
https://www.sublimetext.com/download
"sublime_text_build_*_
$arch
.tar.xz"
)
||
fatal
"Can't get package URL"
[
-n
"
$PKG
"
]
||
fatal
"Can't get package URL"
PKG
URL
=
$(
epm tool eget
--list
--latest
https://www.sublimetext.com/download
"sublime_text_build_*_
$arch
.tar.xz"
)
||
fatal
"Can't get package URL"
[
-n
"
$PKG
URL
"
]
||
fatal
"Can't get package URL"
PKGFILE
=
$(
echo
/tmp/
$(
basename
$PKGURL
)
|
sed
-e
"s|/sublime_text_build_|/
$PKGNAME
-|"
)
epm tool eget
-O
$PKGFILE
$PKGURL
||
exit
epm
install
--repack
"
$PKG
"
||
exit
epm
install
--repack
"
$PKG
FILE
"
||
exit
rm
-fv
$PKGFILE
echo
echo
"NOTE: Sublime Text 4 is a proprietary software. We recommend use open source editors: Codium, VS Code, Atom."
echo
"NOTE: Sublime Text 4 is a proprietary software. We recommend
to
use open source editors: Codium, VS Code, Atom."
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