This commit is contained in:
2022-12-10 21:59:01 +08:00
parent 5abc1c9434
commit 3a853564c1
4 changed files with 58 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ installed() {
command -v "$1" >/dev/null 2>&1
}
!installed "php" && echo "WARNING: You need to have php installed"
! installed "php" && echo "WARNING: You need php to be installed"
if installed "composer"; then
echo "WARNING: Removing current composer to install its actual version"