mirror of
https://github.com/Xevion/dotfiles.git
synced 2025-12-10 08:07:01 -06:00
Add btop package
This commit is contained in:
@@ -32,7 +32,7 @@ echo "chezmoi: Installing apt packages"
|
||||
PACKAGES='git fzf zsh fish sqlite curl ripgrep jq' # Install and/or update
|
||||
sudo apt install -y $PACKAGES
|
||||
|
||||
INSTALL_ONLY_PACKAGES='iperf3 unzip p7zip-full nmap reptyr' # Install only if missing
|
||||
INSTALL_ONLY_PACKAGES='iperf3 unzip p7zip-full nmap reptyr btop' # Install only if missing
|
||||
MISSING_PACKAGES=""
|
||||
for pkg in $INSTALL_ONLY_PACKAGES; do
|
||||
if ! dpkg -l $pkg >/dev/null 2>&1; then
|
||||
|
||||
Reference in New Issue
Block a user