diff options
-rwxr-xr-x | ci/setup_ci.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ci/setup_ci.sh b/ci/setup_ci.sh index f2e352f..4bf357a 100755 --- a/ci/setup_ci.sh +++ b/ci/setup_ci.sh @@ -6,6 +6,6 @@ echo "Please run it by jenkins account!" cat << EOF | sudo tee /etc/sudoers.d/${USER} ${USER} ALL = (root) NOPASSWD:ALL EOF -sudo apt-get update > /dev/null -sudo apt install -y qemu-kvm libvirt-bin 2>1 /dev/null -echo "Plsease reboot/logout to make effective for libvirt group adding" +../src/vagrant/setup_vagrant.sh +echo "###########################################################" +echo "Please reboot to make effective for libvirt group adding!!!" |