tails-patch option added in menue

This commit is contained in:
pi-farm
2023-11-23 16:58:35 +01:00
parent d44ffd42e8
commit 9106bbcd09
4 changed files with 28 additions and 17 deletions

View File

@@ -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