Updates
This commit is contained in:
14
install.sh
14
install.sh
@@ -14,11 +14,11 @@ if [ ! -z $1 ]; then
|
||||
fi
|
||||
echo -e "${GREEN}"
|
||||
cat <<"EOF"
|
||||
__ __ _ _ ___ __ _ _ __ _ _
|
||||
| \/ | | | || \ \ / / __| | ___ | |_ / _(_) | ___ ___
|
||||
| |\/| | | | || |\ \ /\ / / / _` |/ _ \| __| |_| | |/ _ \/ __|
|
||||
| | | | |__|__ _\ V V / | (_| | (_) | |_| _| | | __/\__ \
|
||||
|_| |_|_____| |_| \_/\_/ \__,_|\___/ \__|_| |_|_|\___||___/
|
||||
__ __ _ _ ___ __ ____ _ __ _ _
|
||||
| \/ | | | || \ \ / / | _ \ ___ | |_ / _(_) | ___ ___
|
||||
| |\/| | | | || |\ \ /\ / / | | | |/ _ \| __| |_| | |/ _ \/ __|
|
||||
| | | | |__|__ _\ V V / | |_| | (_) | |_| _| | | __/\__ \
|
||||
|_| |_|_____| |_| \_/\_/ |____/ \___/ \__|_| |_|_|\___||___/
|
||||
|
||||
EOF
|
||||
echo -e "${NONE}"
|
||||
@@ -27,8 +27,8 @@ echo "Version: $version"
|
||||
echo "by Stephan Raabe 2024"
|
||||
echo ""
|
||||
if [ -d ~/dotfiles ] ;then
|
||||
echo "A ML4W dotfiles installation has been detected."
|
||||
echo "This script will guide you through the update process of the ML4W dotfiles."
|
||||
echo "A ML4W Dotfiles installation has been detected."
|
||||
echo "This script will guide you through the update process of the ML4W Dotfiles."
|
||||
else
|
||||
echo "This script will guide you through the installation process of the ML4W dotfiles."
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user