Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
abbbi committed Dec 8, 2023
1 parent 1dafe3d commit d3a2f00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions vagrant/debian/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Vagrant.configure("2") do |config|
end
config.vm.provision "shell", inline: <<-SHELL
set -xe
sed -i 's/deb.debian/ftp.de.debian/g' /etc/apt/sources.list
apt-get update -qy
apt-get install -qy python3-all \
python3-stdeb \
Expand Down
2 changes: 1 addition & 1 deletion vagrant/rhel9/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Vagrant.configure("2") do |config|
git clone https://github.com/abbbi/virtnbdbackup
cd virtnbdbackup
set +x
python3.9 setup.py bdist_rpm --python /usr/bin/python3.9 --requires "python3-libvirt python3-libnbd python3-lxml python3-tqdm python3-lz4 nbdkit-server nbdkit-python-plugin python3-paramiko python3-typing-extensions python3-colorlog
python3.9 setup.py bdist_rpm --python /usr/bin/python3.9 --requires "python3-libvirt python3-libnbd python3-lxml python3-tqdm python3-lz4 nbdkit-server nbdkit-python-plugin python3-paramiko python3-typing-extensions python3-colorlog"
cp dist/* /vagrant
yum install -y dist/*noarch*.rpm
virtnbdbackup -h
Expand Down

0 comments on commit d3a2f00

Please sign in to comment.