mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-25 22:27:20 +10:00
remove-qutebrowser
This commit is contained in:
parent
42a5d6361d
commit
4af7364117
1 changed files with 0 additions and 8 deletions
|
|
@ -351,14 +351,6 @@ RUN wget -O /usr/local/bin/pulsemixer -nv https://raw.githubusercontent.com/Geor
|
|||
# Install pywal
|
||||
RUN pip3 install --user pywal
|
||||
|
||||
# Install qutebrowser
|
||||
RUN apt-get update -qq && \
|
||||
apt-get install -qq asciidoc libnotify-dev libxss-dev && \
|
||||
git clone --depth 1 https://github.com/qutebrowser/qutebrowser /opt/qutebrowser && \
|
||||
cd /opt/qutebrowser && \
|
||||
python3 scripts/mkvenv.py --skip-smoke-test && \
|
||||
echo '/opt/qutebrowser/.venv/bin/python3 -m qutebrowser "$@"' > /usr/local/bin/qutebrowser
|
||||
|
||||
# Install resucetime time tracker
|
||||
RUN wget -O rescuetime.deb -nv https://www.rescuetime.com/installers/rescuetime_current_amd64.deb && \
|
||||
dpkg -i rescuetime.deb || apt-get install -qq --fix-broken && \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue