ynsrepo/packages/calc/install.sh

5 lines
No EOL
84 B
Bash

#!/bin/bash
echo "Installing calc package..."
# Add installation logic here
exit 0