mirror of
https://github.com/spitkov/ynsrepo.git
synced 2025-01-19 04:54:39 +01:00
5 lines
No EOL
84 B
Bash
5 lines
No EOL
84 B
Bash
#!/bin/bash
|
|
|
|
echo "Installing calc package..."
|
|
# Add installation logic here
|
|
exit 0 |