File tree 4 files changed +6
-6
lines changed
addon-metadata/pimp-my-shell
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
name : pimp-my-shell
2
2
repository : .
3
3
version : " "
4
- install_date : " 2025-03-13T12:29:44Z "
4
+ install_date : " 2025-03-13T09:38:12-03:00 "
5
5
project_files :
6
6
- web-build/Dockerfile.pimp-my-shell
7
7
- homeadditions/.bashrc.d/pimp-my-shell.sh
Original file line number Diff line number Diff line change @@ -55,10 +55,10 @@ RUN set -eux; \
55
55
56
56
# fish
57
57
RUN set -eux; \
58
- FISH_VERSION=3.7 .1-1; \
58
+ FISH_VERSION=4.0 .1-1; \
59
59
DEBIAN=$(lsb_release -rs); \
60
60
AARCH=$(dpkg --print-architecture); \
61
- wget -q https://download.opensuse.org/repositories/shells:/fish:/release:/3 /Debian_${DEBIAN}/${AARCH}/fish_${FISH_VERSION}_${AARCH}.deb -O fish.deb ; \
61
+ wget -q https://download.opensuse.org/repositories/shells:/fish:/release:/4 /Debian_${DEBIAN}/${AARCH}/fish_${FISH_VERSION}_${AARCH}.deb -O fish.deb ; \
62
62
dpkg -i fish.deb; \
63
63
rm fish.deb;
64
64
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ echo "gum version: $VERSION"
48
48
perl -pi -e " s@GUM_VERSION=.*@GUM_VERSION=${VERSION} ; \\\\ @g" web-build/Dockerfile.pimp-my-shell
49
49
50
50
# fish
51
- VERSION=$( curl -Ls " https://download.opensuse.org/download/repositories/shells:/fish:/release:/3 /Debian_12/?jsontable&_=${_timestamp} " | jq -r ' .data | .[] | select(.name | endswith(".dsc")) | .name' | sed ' s/fish_\(.*\)\.dsc/\1/g' )
51
+ VERSION=$( curl -Ls " https://download.opensuse.org/download/repositories/shells:/fish:/release:/4 /Debian_12/?jsontable&_=${_timestamp} " | jq -r ' .data | .[] | select(.name | endswith(".dsc")) | .name' | sed ' s/fish_\(.*\)\.dsc/\1/g' )
52
52
[ -n " $VERSION " ]
53
53
echo " fish debian version from opensuse: $VERSION "
54
54
perl -pi -e " s@FISH_VERSION=.*@FISH_VERSION=${VERSION} ; \\\\ @g" web-build/Dockerfile.pimp-my-shell
Original file line number Diff line number Diff line change @@ -55,10 +55,10 @@ RUN set -eux; \
55
55
56
56
# fish
57
57
RUN set -eux; \
58
- FISH_VERSION=3.7 .1-1; \
58
+ FISH_VERSION=4.0 .1-1; \
59
59
DEBIAN=$(lsb_release -rs); \
60
60
AARCH=$(dpkg --print-architecture); \
61
- wget -q https://download.opensuse.org/repositories/shells:/fish:/release:/3 /Debian_${DEBIAN}/${AARCH}/fish_${FISH_VERSION}_${AARCH}.deb -O fish.deb ; \
61
+ wget -q https://download.opensuse.org/repositories/shells:/fish:/release:/4 /Debian_${DEBIAN}/${AARCH}/fish_${FISH_VERSION}_${AARCH}.deb -O fish.deb ; \
62
62
dpkg -i fish.deb; \
63
63
rm fish.deb;
64
64
You can’t perform that action at this time.
0 commit comments