Skip to content

Instantly share code, notes, and snippets.

@andrewd-sysdig
andrewd-sysdig / harbor.sh
Last active August 21, 2022 22:16 — forked from danielporto/harbor.sh
Quick Start Harbor Installation Script on Ubuntu 20.04
#!/bin/bash
#Harbor on Ubuntu 20.04
#Prompt for the user to ask if the install should use the IP Address or Fully Qualified Domain Name of the Harbor Server
PS3='Would you like to install Harbor based on IP or FQDN? '
select option in IP FQDN
do
case $option in
IP)