Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
 ---
- ci/deploy.sh | 10 +++++-----
- 1 file changed, 5 insertions(+), 5 deletions(-)
+ ci/deploy.sh | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
 
 diff --git a/ci/deploy.sh b/ci/deploy.sh
-index aec8048..c1ec31b 100755
+index aec8048..d676b76 100755
 --- a/ci/deploy.sh
 +++ b/ci/deploy.sh
 @@ -87,7 +87,7 @@ $(notify "Disabled input parameters (not yet supported with MCP):" 3)
 -[ -n "$(command -v apt-get)" ] && apt-get install -y \
 +[ -n "$(command -v apt-get)" ] && sudo apt-get install -y \
    git make rsync mkisofs curl virtinst cpu-checker qemu-kvm vgabios && \
-     ln -sf /usr/share/vgabios/vgabios.bin /usr/share/qemu/vgabios-stdvga.bin
+-    ln -sf /usr/share/vgabios/vgabios.bin /usr/share/qemu/vgabios-stdvga.bin
 -[ -n "$(command -v yum)" ] && yum install -y \
++    sudo ln -sf /usr/share/vgabios/vgabios.bin /usr/share/qemu/vgabios-stdvga.bin
 +[ -n "$(command -v yum)" ] && sudo yum install -y \
    git make rsync genisoimage curl virt-install qemu-kvm vgabios