mirror of
https://github.com/CachyOS/New-Cli-Installer.git
synced 2025-01-23 14:32:22 +08:00
🔧 Adjust VagrantFile to cleanup the provision script
This commit is contained in:
parent
4d362fd539
commit
ecbd1924b1
3
Vagrantfile
vendored
3
Vagrantfile
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user