mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-25 22:27:20 +10:00
flux
This commit is contained in:
parent
d40f81dfb3
commit
cb7ec18b36
1 changed files with 3 additions and 0 deletions
|
|
@ -231,6 +231,9 @@ RUN apt-get update -qq && \
|
|||
make all && \
|
||||
make install
|
||||
|
||||
# Install flux
|
||||
RUN curl -s https://fluxcd.io/install.sh | bash
|
||||
|
||||
# Install fzf
|
||||
RUN git clone --depth 1 https://github.com/junegunn/fzf.git $HOME/.fzf && \
|
||||
$HOME/.fzf/install --bin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue