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
74a7a9ee
Commit
74a7a9ee
authored
Apr 07, 2024
by
Иван Мажукин
Committed by
Vitaly Lipatov
Apr 09, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: fix far2l download
parent
551e3c55
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
far2l-portable.sh
pack.d/far2l-portable.sh
+1
-1
far2l-portable.sh
play.d/far2l-portable.sh
+1
-1
No files found.
pack.d/far2l-portable.sh
View file @
74a7a9ee
...
...
@@ -7,7 +7,7 @@ RETURNTARNAME="$2"
.
$(
dirname
$0
)
/common.sh
erc
$TAR
||
fatal
pkg
=
"
$(
ls
|
grep
-e
"
_x86_64.AppImage$
"
)
"
pkg
=
"
$(
ls
|
grep
-e
"
far2l_[0-9].*_x86_64.*.AppImage
"
)
"
PKGNAME
=
"
${
pkg
/far2l/far2l-portable
}
"
mv
$pkg
$PKGNAME
return_tar
"
$PKGNAME
"
play.d/far2l-portable.sh
View file @
74a7a9ee
...
...
@@ -9,6 +9,6 @@ DESCRIPTION="FAR2L Portable from the official site"
warn_version_is_not_supported
PKGURL
=
$(
eget
--list
--latest
https://github.com/spvkgn/far2l-portable/releases
"far2l_x86_64.AppImage.tar"
)
PKGURL
=
$(
eget
--list
--latest
https://github.com/spvkgn/far2l-portable/releases
"far2l_x86_64
*
.AppImage.tar"
)
install_pack_pkgurl
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