🔧 Adjust VagrantFile to cleanup the provision script

This commit is contained in:
Vladislav Nepogodin 2022-08-09 21:50:20 +04:00
parent 4d362fd539
commit ecbd1924b1
No known key found for this signature in database
GPG Key ID: B62C3D10C54D5DA9

3
Vagrantfile vendored
View File

@ -85,6 +85,9 @@ Vagrant.configure("2") do |config|
# Save our current dir
SAVED_DIR="$PWD"
# Remove repo if already exists
[ -d "new-cli-installer" ] && rm -rf "new-cli-installer"
# Clone our repo
git clone https://github.com/cachyos/new-cli-installer.git
cd new-cli-installer