This commit is contained in:
Roberto Alsina 2023-06-16 14:07:33 -03:00
parent f32cb5dc09
commit 4087f2ceb3

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
if command ameba != 0; then if command -q ameba != 0; then
echo "Ameba needs to be installed" echo "Ameba needs to be installed"
exit 1 exit 1
fi fi