This commit is contained in:
		
							parent
							
								
									cf5605a68b
								
							
						
					
					
						commit
						b3af4302ac
					
				| 
						 | 
					@ -10,14 +10,14 @@ set -e
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# curl -sL https://sentry.io/get-cli/ | bash
 | 
					# curl -sL https://sentry.io/get-cli/ | bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# ## BLOCK THIS OUT IF NOT DEPLOYING TO DIGITALOCEAN ##
 | 
					## BLOCK THIS OUT IF NOT DEPLOYING TO DIGITALOCEAN ##
 | 
				
			||||||
# export HOSTNAME=$(curl -s http://169.254.169.254/metadata/v1/hostname)
 | 
					export HOSTNAME=$(curl -s http://169.254.169.254/metadata/v1/hostname)
 | 
				
			||||||
# echo $HOSTNAME > /etc/hostname
 | 
					echo $HOSTNAME > /etc/hostname
 | 
				
			||||||
# hostname -F /etc/hostname
 | 
					hostname -F /etc/hostname
 | 
				
			||||||
# hostname -f
 | 
					hostname -f
 | 
				
			||||||
# export PUBLIC_IPV4=$(curl -s http://169.254.169.254/metadata/v1/interfaces/public/0/ipv4/address)
 | 
					export PUBLIC_IPV4=$(curl -s http://169.254.169.254/metadata/v1/interfaces/public/0/ipv4/address)
 | 
				
			||||||
# export PUBLIC_IPV6=$(curl -s http://169.254.169.254/metadata/v1/interfaces/public/0/ipv6/address)
 | 
					export PUBLIC_IPV6=$(curl -s http://169.254.169.254/metadata/v1/interfaces/public/0/ipv6/address)
 | 
				
			||||||
# ## BLOCK THIS OUT IF NOT DEPLOYING TO DIGITALOCEAN ##
 | 
					## BLOCK THIS OUT IF NOT DEPLOYING TO DIGITALOCEAN ##
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Installing Salt for Ubuntu 20.04
 | 
					## Installing Salt for Ubuntu 20.04
 | 
				
			||||||
curl -fsSL -o /usr/share/keyrings/salt-archive-keyring.gpg https://repo.saltproject.io/py3/ubuntu/20.04/amd64/latest/salt-archive-keyring.gpg
 | 
					curl -fsSL -o /usr/share/keyrings/salt-archive-keyring.gpg https://repo.saltproject.io/py3/ubuntu/20.04/amd64/latest/salt-archive-keyring.gpg
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -10,6 +10,8 @@ echo 'export PUBLIC_IPV4=$(curl -s http://169.254.169.254/metadata/v1/interfaces
 | 
				
			||||||
echo 'export PUBLIC_IPV6=$(curl -s http://169.254.169.254/metadata/v1/interfaces/public/0/ipv6/address)' >> $USRDIR/.zshrc
 | 
					echo 'export PUBLIC_IPV6=$(curl -s http://169.254.169.254/metadata/v1/interfaces/public/0/ipv6/address)' >> $USRDIR/.zshrc
 | 
				
			||||||
echo 'export SENTRY_DSN=https://d7eb76933ae046c9a4fd3d29572b1462:3aba191d95a648118e78cc5f81cbd92c@sentry.adventuresinnewmedia.com/43' >> $USRDIR/.zshrc
 | 
					echo 'export SENTRY_DSN=https://d7eb76933ae046c9a4fd3d29572b1462:3aba191d95a648118e78cc5f81cbd92c@sentry.adventuresinnewmedia.com/43' >> $USRDIR/.zshrc
 | 
				
			||||||
## BLOCK THIS OUT IF NOT DEPLOYING TO DIGITALOCEAN ##
 | 
					## BLOCK THIS OUT IF NOT DEPLOYING TO DIGITALOCEAN ##
 | 
				
			||||||
 | 
					export DOCKER_BUILDKIT=1 # or configure in daemon.json
 | 
				
			||||||
 | 
					export COMPOSE_DOCKER_CLI_BUILD=1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Install Plugins
 | 
					## Install Plugins
 | 
				
			||||||
  ## Auto Suggestions
 | 
					  ## Auto Suggestions
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue