Skip to content

Commit

Permalink
vm_runner: update comments in install_helper.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
spernsteiner committed Jun 7, 2024
1 parent 70f610c commit f5474f1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/vm_runner/install_helper.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -euo pipefail

# Script for building the `vm_runner` project inside a VM.
# Script for installing `vm_runner` binaries into the current VM image.

if [[ "$(id -u)" -eq "0" ]]; then
# Drop privileges for the rest of the script.
Expand All @@ -21,5 +21,3 @@ sudo cp -v \
vm_runner/target/"$target"/release/opensut_vm_runner \
vm_runner/target/"$target"/release/opensut_boot \
/opt/opensut/bin

# TODO: install systemd unit and configure to run on startup

0 comments on commit f5474f1

Please sign in to comment.