Added Vagrantfile for debian 11 and 12

This commit is contained in:
unknown 2024-09-30 13:17:09 +02:00
parent 28338fea87
commit 49cbc823f8
2 changed files with 2 additions and 2 deletions

View File

@ -66,6 +66,6 @@ Vagrant.configure("2") do |config|
useradd -s /bin/bash -m bwi
echo "bwi:bwi"|chpasswd
sudo dpkg -i /home/vagrant/Rublon-Linux/${BUILDDIR}/*rublon*Debian*
sudo dpkg -i ./rublon_ssh-build/rublon*
SHELL
end

View File

@ -66,6 +66,6 @@ Vagrant.configure("2") do |config|
useradd -s /bin/bash -m bwi
echo "bwi:bwi"|chpasswd
sudo dpkg -i /home/vagrant/Rublon-Linux/${BUILDDIR}/*rublon*Debian*
sudo dpkg -i ${BUILDDIR}/rublon_ssh-build/rublon*
SHELL
end