File tree Expand file tree Collapse file tree
addon-metadata/pimp-my-shell Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : pimp-my-shell
22repository : .
33version : " "
4- install_date : " 2025-04-03T12:30:33Z "
4+ install_date : " 2025-04-06T12:27:02Z "
55project_files :
66 - web-build/Dockerfile.pimp-my-shell
77 - homeadditions/.bashrc.d/pimp-my-shell.sh
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN set -eux; \
99
1010# fzf et al
1111RUN set -eux; \
12- FZF_VERSION=0.61.0 ; \
12+ FZF_VERSION=0.61.1 ; \
1313 AARCH=$(dpkg --print-architecture); \
1414 wget -q https://github.com/junegunn/fzf/releases/download/v${FZF_VERSION}/fzf-${FZF_VERSION}-linux_${AARCH}.tar.gz -O - | tar -zxf - -C /usr/local/bin; \
1515 \
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN set -eux; \
99
1010# fzf et al
1111RUN set -eux; \
12- FZF_VERSION=0.61.0 ; \
12+ FZF_VERSION=0.61.1 ; \
1313 AARCH=$(dpkg --print-architecture); \
1414 wget -q https://github.com/junegunn/fzf/releases/download/v${FZF_VERSION}/fzf-${FZF_VERSION}-linux_${AARCH}.tar.gz -O - | tar -zxf - -C /usr/local/bin; \
1515 \
You can’t perform that action at this time.
0 commit comments