5 lines
44 B
Bash
5 lines
44 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
echo "no installer yet"
|
||
|
exit 1
|