Files
agnos-builder/userspace/install_extras.sh
T
Robin Reckmann f2571c76fb Replace apt-get with apt-fast (#285)
* Replace apt-get with apt-fast

* Some more apt-get replacements
2024-08-06 10:57:52 -07:00

12 lines
256 B
Bash
Executable File

#!/bin/bash -e
# for all the non-essential nice to haves
apt-fast update && apt-fast install -y --no-install-recommends \
irqtop \
ripgrep \
nfs-common
# color prompt
sed -i 's/#force_color_prompt=yes/force_color_prompt=yes/g' /home/comma/.bashrc