mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-26 06:37:21 +10:00
old-i3
This commit is contained in:
parent
794079d7a7
commit
e942c950cf
1 changed files with 3 additions and 1 deletions
|
|
@ -234,10 +234,12 @@ RUN wget -q -O gotop.deb https://github.com/cjbassi/gotop/releases/download/3.0.
|
|||
dpkg -i gotop.deb && \
|
||||
rm gotop.deb
|
||||
|
||||
# Install i3
|
||||
# Install i3 old
|
||||
# RUN add-apt-repository ppa:regolith-linux/release && \
|
||||
# apt-get update -qq && \
|
||||
# apt-get install -qq i3-gaps dunst-
|
||||
|
||||
# Install i3
|
||||
RUN wget -qO - https://regolith-desktop.org/regolith.key | \
|
||||
gpg --dearmor | tee /usr/share/keyrings/regolith-archive-keyring.gpg > /dev/null && \
|
||||
echo deb "[arch=amd64 signed-by=/usr/share/keyrings/regolith-archive-keyring.gpg] \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue