fixed small issues with script
This commit is contained in:
parent
ae3a5cd3d2
commit
1d8de4678c
@ -52,8 +52,9 @@ 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
|
||||||
|
chmod +x /usr/local/bin/detee-snp-daemon
|
||||||
wget -O /usr/local/bin/detee/start_qemu_vm.sh https://registry.detee.ltd/daemon/start_qemu_vm.sh
|
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
|
wget -O /etc/systemd/system/detee-snp-daemon.service https://registry.detee.ltd/daemon/detee-snp-daemon.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"
|
||||||
|
Reference in New Issue
Block a user