.commit_message.tmpl

This commit is contained in:
Daniel Bauer
2025-07-22 10:37:39 +02:00
parent af7b932479
commit c1a3f35c24
4 changed files with 22 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ set -e
echo "Installing packages"
sudo apt update -qq
for package in git neovim git ripgrep; do
for package in xsel git neovim git ripgrep; do
if dpkg -s "$package" >/dev/null 2>&1; then
echo $package is already installed.
else