mirror of
https://github.com/pi-farm/Docker-PXE-Server.git
synced 2025-12-10 02:08:26 +00:00
11 lines
247 B
Bash
11 lines
247 B
Bash
#!/bin/bash
|
|
|
|
#mkdir samba srv
|
|
#git clone https://github.com/beta-tester/RPi-PXE-Server.git
|
|
#cp scripts/* RPi-PXE-Server
|
|
#docker compose build --no-cache
|
|
#docker compose up -d
|
|
#docker exec -it pxe-container bash first_run.sh
|
|
echo 'Please reboot!'
|
|
|