mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Configurations create by quickget now use relative paths
Makes it easy to move VM from place to place.
This commit is contained in:
parent
fc2331ae92
commit
eae506e24a
1 changed files with 1 additions and 1 deletions
2
quickget
2
quickget
|
@ -356,7 +356,7 @@ else
|
|||
exit 1
|
||||
fi
|
||||
|
||||
VM_PATH="${PWD}/${OS}-${RELEASE}"
|
||||
VM_PATH="${OS}-${RELEASE}"
|
||||
|
||||
if [ "${OS}" == "macos" ]; then
|
||||
get_macos
|
||||
|
|
Loading…
Reference in a new issue