Files
vim-ale/mysqld/install.sh

18 lines
291 B
Bash
Executable File

#!/bin/sh
set -e
set -u
WEBI_HOST=${WEBI_HOST:-"https://webi.sh"}
echo ""
echo "ERROR"
echo " 'mysqld' is ambiguous and therefore reserved for future use"
echo ""
echo "SOLUTION"
echo " Did you mean 'mariadb'?"
echo ""
echo " curl -fsSL '$WEBI_HOST/mariadb' | sh"
echo ""
exit 1