fixed typos
This commit is contained in:
		
							parent
							
								
									7e952a0e0d
								
							
						
					
					
						commit
						ae3a5cd3d2
					
				@ -52,7 +52,8 @@ pacman -S qemu-system-x86 --noconfirm
 | 
				
			|||||||
echo "Downloading detee-snp-daemon, systemd unit file and config..."
 | 
					echo "Downloading detee-snp-daemon, systemd unit file and config..."
 | 
				
			||||||
wget -O /etc/detee/daemon/sample_config.yaml https://registry.detee.ltd/daemon/config.yaml
 | 
					wget -O /etc/detee/daemon/sample_config.yaml https://registry.detee.ltd/daemon/config.yaml
 | 
				
			||||||
wget -O /usr/local/bin/detee-snp-daemon https://registry.detee.ltd/daemon/detee-snp-daemon
 | 
					wget -O /usr/local/bin/detee-snp-daemon https://registry.detee.ltd/daemon/detee-snp-daemon
 | 
				
			||||||
wget -O /etc/system/systemd/detee-snp-daemon https://registry.detee.ltd/daemon/detee-brain-mock.service
 | 
					wget -O /usr/local/bin/detee/start_qemu_vm.sh https://registry.detee.ltd/daemon/start_qemu_vm.sh
 | 
				
			||||||
 | 
					wget -O /etc/systemd/system/detee-snp-daemon https://registry.detee.ltd/daemon/detee-brain-mock.service
 | 
				
			||||||
 | 
					
 | 
				
			||||||
echo "Take a look at /etc/detee/daemon/sample_config.yaml"
 | 
					echo "Take a look at /etc/detee/daemon/sample_config.yaml"
 | 
				
			||||||
echo "Modify config based on your setup and save it to /etc/detee/daemon/config.yaml"
 | 
					echo "Modify config based on your setup and save it to /etc/detee/daemon/config.yaml"
 | 
				
			||||||
@ -61,7 +62,7 @@ read my_var
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
echo "Starting detee-snp-daemon..."
 | 
					echo "Starting detee-snp-daemon..."
 | 
				
			||||||
systemctl daemon-reload
 | 
					systemctl daemon-reload
 | 
				
			||||||
systemd start detee-snp-daemon.service
 | 
					systemctl start detee-snp-daemon.service
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
You can also copy-paste this to your server and run it. The script pulls the daemon, the systemd unit file and the config.
 | 
					You can also copy-paste this to your server and run it. The script pulls the daemon, the systemd unit file and the config.
 | 
				
			||||||
@ -104,7 +105,7 @@ network_interfaces:
 | 
				
			|||||||
volumes:
 | 
					volumes:
 | 
				
			||||||
  - path: "/opt/detee_vms/"
 | 
					  - path: "/opt/detee_vms/"
 | 
				
			||||||
    max_reservation_gb: 700
 | 
					    max_reservation_gb: 700
 | 
				
			||||||
# Make sure IPs in this range are free, since they will get randomly assignED
 | 
					# Make sure IPs in this range are free, since they will get randomly assigned
 | 
				
			||||||
public_port_range:
 | 
					public_port_range:
 | 
				
			||||||
  start: 30000
 | 
					  start: 30000
 | 
				
			||||||
  end: 50000
 | 
					  end: 50000
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user