mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-25 22:27:20 +10:00
remove-rofi
This commit is contained in:
parent
4af7364117
commit
4a482f68f3
1 changed files with 0 additions and 10 deletions
|
|
@ -356,16 +356,6 @@ RUN wget -O rescuetime.deb -nv https://www.rescuetime.com/installers/rescuetime_
|
|||
dpkg -i rescuetime.deb || apt-get install -qq --fix-broken && \
|
||||
rm rescuetime.deb
|
||||
|
||||
# Install rofi
|
||||
RUN git clone --depth 1 --recursive https://github.com/DaveDavenport/rofi /opt/rofi && cd /opt/rofi && \
|
||||
git pull && \
|
||||
git submodule update --init && \
|
||||
apt-get install -qq bison flex libstartup-notification0-dev libxcb-cursor-dev libxcb-ewmh-dev libxcb-icccm4-dev libxcb-util-dev libxcb-xkb-dev libxkbcommon-x11-dev && \
|
||||
autoreconf -i && \
|
||||
mkdir build && cd build && \
|
||||
../configure --disable-check --prefix=/usr/local && \
|
||||
make install
|
||||
|
||||
# Install speedtest
|
||||
RUN pip3 install --user speedtest-cli
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue