mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-26 06:37:21 +10:00
remove-regolith-desktop
This commit is contained in:
parent
e942c950cf
commit
e423daa751
1 changed files with 2 additions and 11 deletions
|
|
@ -235,18 +235,9 @@ RUN wget -q -O gotop.deb https://github.com/cjbassi/gotop/releases/download/3.0.
|
|||
rm gotop.deb
|
||||
|
||||
# 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] \
|
||||
https://regolith-desktop.org/release-ubuntu-jammy-amd64 jammy main" | \
|
||||
tee /etc/apt/sources.list.d/regolith.list && \
|
||||
RUN add-apt-repository ppa:regolith-linux/release && \
|
||||
apt-get update -qq && \
|
||||
apt-get install -qq regolith-desktop
|
||||
apt-get install -qq i3-gaps dunst-
|
||||
|
||||
# Install i3blocks
|
||||
RUN git clone https://github.com/vivien/i3blocks /opt/i3blocks --depth 1 && \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue