mirror of
https://github.com/pi-farm/Docker-PXE-Server.git
synced 2025-12-10 02:08:26 +00:00
tails-patch option added in menue
This commit is contained in:
10
start.sh
10
start.sh
@@ -45,6 +45,7 @@ menue()
|
||||
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
|
||||
clear
|
||||
@@ -105,6 +106,15 @@ menue()
|
||||
;;
|
||||
#############################################
|
||||
|
||||
p) clear
|
||||
docker exec -it pxe-container bash tails-patch.sh
|
||||
clear
|
||||
echo "Patch for Tails installed"
|
||||
echo ""
|
||||
menue
|
||||
;;
|
||||
#############################################
|
||||
|
||||
D) clear
|
||||
docker-compose down
|
||||
docker rmi pxe-image:latest
|
||||
|
||||
Reference in New Issue
Block a user