mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-26 06:37:21 +10:00
gotty
This commit is contained in:
parent
70f562234c
commit
bdd3f168af
1 changed files with 4 additions and 0 deletions
|
|
@ -148,6 +148,10 @@ RUN git clone --depth 1 https://github.com/junegunn/fzf.git /opt/fzf && \
|
|||
RUN wget -qnv -O gotop-deb https://github.com/cjbassi/gotop/releases/download/3.0.0/gotop_3.0.0_linux_amd64.deb && \
|
||||
dpkg -i gotop-deb
|
||||
|
||||
# Install gotty
|
||||
RUN curl -fsSL https://github.com/yudai/gotty/releases/download/v2.0.0-alpha.3/gotty_2.0.0-alpha.3_linux_amd64.tar.gz | \
|
||||
tar -C /usr/local/bin -xzf -
|
||||
|
||||
# Install helm
|
||||
RUN curl -fsSL https://raw.githubusercontent.com/helm/helm/master/scripts/get | bash
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue