Add project files

This commit is contained in:
2024-11-03 10:25:58 +01:00
parent 4d33976b0b
commit defba7ee6f
2 changed files with 15 additions and 0 deletions

4
install.sh Normal file
View File

@ -0,0 +1,4 @@
sudo cp virtualhereclient.service /etc/systemd/system/virtualhereclient.service
systemctl daemon-reload
systemctl enable virtualhereclient.service
systemctl start virtualhereclient.service