mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-26 06:37:21 +10:00
backports
This commit is contained in:
parent
53ccb0eb34
commit
d74588530b
2 changed files with 5 additions and 5 deletions
|
|
@ -34,11 +34,6 @@ RUN wget -O musikcube.deb -nv https://github.com/clangen/musikcube/releases/down
|
|||
dpkg -i musikcube.deb || apt-get install -qq --fix-broken && \
|
||||
rm musikcube.deb
|
||||
|
||||
# Install polo
|
||||
RUN wget -O polo.deb -nv https://github.com/teejee2008/polo/releases/download/v18.8-beta/polo-file-manager-v18.8.2-amd64.deb && \
|
||||
dpkg -i polo.deb || apt-get install -qq --fix-broken && \
|
||||
rm polo.deb
|
||||
|
||||
# Install vs code, vs live share dependencies, and shfmt extension dependency
|
||||
RUN wget -O code.deb -nv https://go.microsoft.com/fwlink/?LinkID=760868 && \
|
||||
apt-get install -qq ./code.deb && \
|
||||
|
|
|
|||
|
|
@ -27,6 +27,11 @@ apt-get update -qq && \
|
|||
vcsh \
|
||||
xclip
|
||||
|
||||
# Install KDE backports
|
||||
add-apt-repository ppa:kubuntu-ppa/backports && \
|
||||
apt-get update && \
|
||||
apt-get upgrade -qq
|
||||
|
||||
# Enable password-less sudo for the sudo group
|
||||
echo "%sudo ALL=(ALL) NOPASSWD:ALL" | tee -a /etc/sudoers
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue