mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2024-11-25 01:10:22 +00:00
Update deploy.sh
This commit is contained in:
parent
75e559b63a
commit
d6e6db2b73
1 changed files with 9 additions and 11 deletions
|
@ -18,18 +18,16 @@ echo -e " \033[32;2m \
|
|||
# Script created from Official Documentation available at: https://cert-manager.io/docs/tutorials/acme/nginx-ingress/
|
||||
# and https://github.com/traefik/traefik-helm-chart
|
||||
|
||||
#############################################
|
||||
# YOU SHOULD ONLY NEED TO EDIT THIS SECTION #
|
||||
#############################################
|
||||
|
||||
# Install PiHole?
|
||||
pihole=yes
|
||||
|
||||
#############################################
|
||||
# DO NOT EDIT BELOW #
|
||||
#############################################
|
||||
|
||||
# Step 0: Clone repository
|
||||
sudo apt install unzip -y
|
||||
mkdir jimsgarage
|
||||
mkdir Helm
|
||||
mkdir Manifests
|
||||
curl -L -o master.zip https://github.com/JamesTurland/JimsGarage/archive/refs/heads/main.zip
|
||||
unzip master.zip -d ~/jimsgarage
|
||||
cp -r ~/jimsgarage/JimsGarage-main/Kubernetes/Traefik-Crowdsec-PiHole/* ~/
|
||||
rm master.zip
|
||||
rm -r ~/jimsgarage
|
||||
|
||||
# Step 1: Check dependencies
|
||||
# Helm
|
||||
|
|
Loading…
Reference in a new issue