Skip to content

Commit

Permalink
Create setup-virt
Browse files Browse the repository at this point in the history
  • Loading branch information
gderosa committed Jul 24, 2019
1 parent 0d8d7de commit f90b201
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions setup-virt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/bash

# DRY

set -e

ONBOARD_USER=onboard
ONBOARD_GROUP=$ONBOARD_USER
ONBOARD_ROOT=/home/$ONBOARD_USER/onboard
ONBOARD_GIT="https://github.com/vemarsas/onboard.git"

cd $ONBOARD_ROOT

bash modules/qemu/etc/scripts/platform/debian/setup.sh $ONBOARD_ROOT $ONBOARD_USER

0 comments on commit f90b201

Please sign in to comment.