Skip to content

Commit

Permalink
fix codium and fd
Browse files Browse the repository at this point in the history
  • Loading branch information
parmigggiana committed Nov 4, 2024
1 parent 5e3b560 commit 99057a5
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion chroot_scripts/10-software_installation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ apt-get -qq -o Dpkg::Use-Pty=false -y update >/dev/null

# Upgrade and install useful packages
apt-get -qq -o Dpkg::Use-Pty=false -y upgrade >/dev/null

# Add vscodium repository
wget -qO - https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg \
| gpg --dearmor \
| sudo dd of=/usr/share/keyrings/vscodium-archive-keyring.gpg
echo 'deb [ signed-by=/usr/share/keyrings/vscodium-archive-keyring.gpg ] https://download.vscodium.com/debs vscodium main' \
| sudo tee /etc/apt/sources.list.d/vscodium.list


# libxkbcommon-x11-0 may be not needed (see Add library to installation if needed #28)
apt-get -qq -o Dpkg::Use-Pty=false -y install \
alsa-firmware-loaders \
Expand All @@ -31,6 +40,7 @@ apt-get -qq -o Dpkg::Use-Pty=false -y install \
dmidecode \
dnsutils \
eject \
fd-find \
firefox-esr \
firmware-linux \
firmware-bnx2 \
Expand Down Expand Up @@ -81,7 +91,6 @@ apt-get -qq -o Dpkg::Use-Pty=false -y install \
libxcb-cursor0 \
ripgrep \
rsync \
rust-fd-find \
smartmontools \
strace \
sudo \
Expand Down

0 comments on commit 99057a5

Please sign in to comment.