Dotfiles config update (2022-04-25)

This commit is contained in:
q3aql 2022-04-25 02:06:43 +02:00
parent 29947d8771
commit 233d3e82f7

View File

@ -13,8 +13,4 @@ if [ -f /usr/bin/pacman ] ; then
# 30 * * * * root /usr/bin/aptitude update # 30 * * * * root /usr/bin/aptitude update
elif [ -f /usr/bin/aptitude ] ; then elif [ -f /usr/bin/aptitude ] ; then
aptitude search "~U" aptitude search "~U"
# Disable for other distros
else
echo "0"
fi fi