Skip to content

Commit

Permalink
added ripgrep, fd and codium instead of geany
Browse files Browse the repository at this point in the history
  • Loading branch information
parmigggiana committed Nov 1, 2024
1 parent 386dd94 commit 5e3b560
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion chroot_scripts/10-software_installation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ apt-get -qq -o Dpkg::Use-Pty=false -y install \
bluez-firmware \
ca-certificates \
cifs-utils \
codium \
cron \
curl \
dmidecode \
Expand All @@ -42,7 +43,6 @@ apt-get -qq -o Dpkg::Use-Pty=false -y install \
firmware-intel-sound \
firmware-ti-connectivity \
firmware-zd1211 \
geany \
git \
gparted \
gsmartcontrol \
Expand Down Expand Up @@ -79,7 +79,9 @@ apt-get -qq -o Dpkg::Use-Pty=false -y install \
python-is-python3 \
libxcb-cursor0 \
libxcb-cursor0 \
ripgrep \
rsync \
rust-fd-find \
smartmontools \
strace \
sudo \
Expand Down
2 changes: 1 addition & 1 deletion chroot_scripts/40-peracotta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if [[ -n "$missing" ]]; then
echo "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"
echo "@ @"
echo "$missing"
echo "@ You're missing out many great peracotta features! @"
echo "@ You're missing out on many great peracotta features! @"
echo "@ Check README for more info if you want to automate @"
echo "@ your life! @"
echo "@ @"
Expand Down
1 change: 0 additions & 1 deletion chroot_scripts/resources/peracotta_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ TARALLO_FEATURES_AUTO_DOWNLOAD = true

GENERATE_FILES_USE_SUDO = true
GENERATE_FILES_ASK_SUDO_PASSWORD = true

0 comments on commit 5e3b560

Please sign in to comment.