Skip to content

Commit a750544

Browse files
committed
copy files from the correct location
1 parent d621e5d commit a750544

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Vagrantfile-provision.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ choco install -y classic-shell -installArgs ADDLOCAL=ClassicStartMenu
4343
# see https://www.chromium.org/administrators/configuring-other-preferences
4444
choco install -y googlechrome
4545
$chromeLocation = 'C:\Program Files (x86)\Google\Chrome\Application'
46-
cp -Force Vagrantfile-GoogleChrome-external_extensions.json (Get-Item "$chromeLocation\*\default_apps\external_extensions.json").FullName
47-
cp -Force Vagrantfile-GoogleChrome-master_preferences.json "$chromeLocation\master_preferences"
48-
cp -Force Vagrantfile-GoogleChrome-master_bookmarks.html "$chromeLocation\master_bookmarks.html"
46+
cp -Force c:/vagrant/Vagrantfile-GoogleChrome-external_extensions.json (Get-Item "$chromeLocation\*\default_apps\external_extensions.json").FullName
47+
cp -Force c:/vagrant/Vagrantfile-GoogleChrome-master_preferences.json "$chromeLocation\master_preferences"
48+
cp -Force c:/vagrant/Vagrantfile-GoogleChrome-master_bookmarks.html "$chromeLocation\master_bookmarks.html"
4949

5050
# install other useful applications and dependencies.
5151
choco install -y notepad2

0 commit comments

Comments
 (0)