Some checks failed
Test / test (push) Has been cancelled
Co-authored-by: Cursor <cursoragent@cursor.com>
10 lines
228 B
Bash
Executable File
10 lines
228 B
Bash
Executable File
#!/bin/bash
|
|
# Preload Ubuntu Service VMs Software
|
|
|
|
echo "Preloading Ubuntu VMs software..."
|
|
echo "1. Base Ubuntu setup"
|
|
echo "2. Install service-specific software"
|
|
echo "3. Install Azure Arc agent"
|
|
echo "4. Configure services"
|
|
|