Skip to content

Commit

Permalink
kiss-vm: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Jianhong Yin <[email protected]>
  • Loading branch information
tcler committed Sep 4, 2020
1 parent a44cfe3 commit 6f83498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kiss-vm
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ enable_libvirt() {
sudo $PIP --default-timeout=720 install --upgrade pip
sudo $PIP --default-timeout=720 install --upgrade setuptools
sudo $PIP --default-timeout=720 install vncdotool service_identity
[[ $(rpm -E %rhel) != "%rhel" ]]
[[ $(rpm -E %rhel) != "%rhel" ]] &&
sudo yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-$(rpm -E %rhel).noarch.rpm
sudo yum install -y GraphicsMagick; which gm 2>/dev/null || sudo yum install -y ImageMagick
sudo yum install -y gocr; which gocr 2>/dev/null || sudo gocr-src-install.sh
Expand Down

0 comments on commit 6f83498

Please sign in to comment.