AMDESE / AMDSEV

AMD Secure Encrypted Virtualization
272 stars 84 forks source link

common.sh: Change to the proper directory before adding remote #183

Closed yuuzi41 closed 9 months ago

yuuzi41 commented 9 months ago

I noticed that the script fails at its first run due to the lack of changing directory before adding remote repository of QEMU and OVMF. The script seems to intend adding "current" remote repository for both qemu and ovmf, thus It must add remote repository after changing to each directory. This pull request will fix the problem mentioned above.