mirror of
https://github.com/spitkov/ynsrepo.git
synced 2025-02-17 06:14:57 +01:00
5 lines
84 B
Bash
5 lines
84 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
echo "Installing calc package..."
|
||
|
# Add installation logic here
|
||
|
exit 0
|