Rename install.sh script

This commit is contained in:
2024-05-27 00:02:36 +01:00
parent 1e2a879750
commit 0bc4ddc5d7

View File

@@ -8,9 +8,9 @@ sudo apt install nala -y
sudo nala update
sudo nala upgrade
echo
echo "------------------------------"
echo "--- Trude's Debian Toolkit ---"
echo "------------------------------"
echo "-------------------------------------"
echo "--- Trude's Dotfiles Install Tool ---"
echo "-------------------------------------"
if [ $? == 0 ]; then
show_success "System updated."
else