This repository was archived by the owner on Apr 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ printf 'Installing firefox-bin\n'
13
13
# The tarball is hosted on GitHub which doesn't allow
14
14
# for the file naming scheme the package manager uses
15
15
# for its built tarballs (pkg#ver-rel.tar.gz).
16
- mv -f " firefox-bin.68.4.1esr-2 .tar.gz. no-extract" \
17
- " firefox#68.4.1esr-2 .tar.gz"
16
+ mv -f " firefox-bin.68.4.1esr-1 .tar.gz? no-extract" \
17
+ " firefox#68.4.1esr-1 .tar.gz"
18
18
19
19
# Install the package as you would any other you have
20
20
# built yourself. In reality, I could have just given
@@ -23,7 +23,7 @@ mv -f "firefox-bin.68.4.1esr-2.tar.gz.no-extract" \
23
23
#
24
24
# I'm nice though and want this to fit into the system
25
25
# like any other package.
26
- KISS_FORCE=1 kiss i " $PWD /firefox#68.4.1esr-2 .tar.gz"
26
+ KISS_FORCE=1 kiss i " $PWD /firefox#68.4.1esr-1 .tar.gz"
27
27
28
28
cat << EOF
29
29
Original file line number Diff line number Diff line change 1
- https://github.com/kisslinux/repo/releases/download/1.3.2/firefox-bin.68.4.1esr-2 .tar.gz. no-extract
1
+ https://github.com/kisslinux/repo/releases/download/1.3.2/firefox-bin.68.4.1esr-1 .tar.gz? no-extract
You can’t perform that action at this time.
0 commit comments