corrected paths to copy the temp files to in bunsen tests
This commit is contained in:
parent
58c5e3f9d8
commit
70bc0caef9
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ apt-get update
|
|||
apt-get install sudo
|
||||
cd $HOME
|
||||
|
||||
mkdir -p dev/dotfiles/
|
||||
cp -rv temp/dotfiles dev/dotfiles
|
||||
mkdir -p dev/
|
||||
cp -rv temp/dotfiles dev/
|
||||
|
||||
./dev/dotfiles/bunsen/configure_fresh_system
|
||||
|
||||
|
|
Loading…
Reference in a new issue