mirror of
https://github.com/Xevion/dotfiles.git
synced 2025-12-10 18:07:02 -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
|
PACKAGES='git fzf zsh fish sqlite curl ripgrep jq' # Install and/or update
|
||||||
sudo apt install -y $PACKAGES
|
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=""
|
MISSING_PACKAGES=""
|
||||||
for pkg in $INSTALL_ONLY_PACKAGES; do
|
for pkg in $INSTALL_ONLY_PACKAGES; do
|
||||||
if ! dpkg -l $pkg >/dev/null 2>&1; then
|
if ! dpkg -l $pkg >/dev/null 2>&1; then
|
||||||
|
|||||||
Reference in New Issue
Block a user