update-screenshot

This commit is contained in:
Jackson Delahunt 2023-08-21 19:18:47 +10:00
parent 660efa4333
commit 26f06360ac
2 changed files with 5 additions and 5 deletions

View file

@ -7,7 +7,7 @@ My [daily driver](https://github.com/users/sabrehagen/packages/container/package
![desktop](https://i.imgur.com/BhrJ75n.png)
![desktop](https://i.imgur.com/jm4RrKw.jpg)
![desktop](https://i.imgur.com/cEBbzyu.png)
![desktop](https://i.imgur.com/qVmGxEJ.jpg)
![desktop](https://i.imgur.com/mL0Olfs.jpg)
## Getting Started

View file

@ -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 && \