Added Vagrantfile for debian 11 and 12
This commit is contained in:
parent
28338fea87
commit
49cbc823f8
2
os/debian/11/Vagrantfile
vendored
2
os/debian/11/Vagrantfile
vendored
@ -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
|
||||
|
||||
2
os/debian/12/Vagrantfile
vendored
2
os/debian/12/Vagrantfile
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user