File tree 3 files changed +3
-1
lines changed
addon-metadata/pimp-my-shell
3 files changed +3
-1
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 : " 2024-03-31T18:24:24 -03:00"
4
+ install_date : " 2024-04-01T19:41:31 -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 @@ -29,4 +29,5 @@ USER $uid:$gid
29
29
# change the installed version or the version of the install script,
30
30
# it will always be the latest at the time of the build.
31
31
RUN echo "curl -sL 'https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish?4.4.4' | source && fisher install jorgebucaran/fisher" | fish
32
+ RUN fish -c "fisher install IlanCosman/tide@v6"
32
33
USER root:root
Original file line number Diff line number Diff line change @@ -29,4 +29,5 @@ USER $uid:$gid
29
29
# change the installed version or the version of the install script,
30
30
# it will always be the latest at the time of the build.
31
31
RUN echo "curl -sL 'https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish?4.4.4' | source && fisher install jorgebucaran/fisher" | fish
32
+ RUN fish -c "fisher install IlanCosman/tide@v6"
32
33
USER root:root
You can’t perform that action at this time.
0 commit comments