6 lines
72 B
Text
6 lines
72 B
Text
|
#!/usr/bin/env sh
|
||
|
|
||
|
echo "Running post pull script..."
|
||
|
|
||
|
autoinstall base
|