File size: 131 Bytes
a89a522 | 1 2 3 4 5 6 | #!/bin/bash
set -e # Exit on error
echo "Dependencies installed successfully. Starting interactive bash shell..."
exec /bin/bash
|
a89a522 | 1 2 3 4 5 6 | #!/bin/bash
set -e # Exit on error
echo "Dependencies installed successfully. Starting interactive bash shell..."
exec /bin/bash
|