mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-26 06:37:21 +10:00
update-screenshot
This commit is contained in:
parent
660efa4333
commit
26f06360ac
2 changed files with 5 additions and 5 deletions
|
|
@ -7,7 +7,7 @@ My [daily driver](https://github.com/users/sabrehagen/packages/container/package
|
|||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
## Getting Started
|
||||
|
||||
|
|
|
|||
|
|
@ -213,10 +213,10 @@ RUN wget -q -O gotop.deb https://github.com/cjbassi/gotop/releases/download/3.0.
|
|||
rm gotop.deb
|
||||
|
||||
# Install gping
|
||||
RUN echo "deb http://packages.azlux.fr/debian/ buster main" | sudo tee /etc/apt/sources.list.d/azlux.list && \
|
||||
wget -qO - https://azlux.fr/repo.gpg.key | sudo apt-key add - && \
|
||||
apt-get update -qq && \
|
||||
apt-get install -qq gping
|
||||
# RUN echo "deb http://packages.azlux.fr/debian/ buster main" | tee /etc/apt/sources.list.d/azlux.list && \
|
||||
# wget -qO - https://azlux.fr/repo.gpg.key | apt-key add - && \
|
||||
# apt-get update && \
|
||||
# apt-get install gping
|
||||
|
||||
# Install i3lock
|
||||
RUN apt-get update -qq && \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue