mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
prepare 0.5 release
This commit is contained in:
parent
f8f53e0aca
commit
9a4a4b6789
6 changed files with 288 additions and 199 deletions
|
@ -1,8 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
source distrohopper.conf
|
||||
|
||||
NEWDIR="$(yad --file --directory --title="Where to save VMs?")"
|
||||
QUICKEMU_VMS_DIR="$NEWDIR"
|
||||
export QUICKEMU_VMS_DIR
|
||||
echo "New dir is: $QUICKEMU_VMS_DIR"
|
||||
#cat distrohopper.conf | grep 'QUICKEMU_VMS_DIR='
|
||||
#sed -f distrohopper.conf --posix -E 's/QUICKEMU_VMS_DIR="$HOME/.local/share/quickemu"/QUICKEMU_VMS_DIR="$QUICKEMU_VMS_DIR"/g'
|
||||
VMS_DIR="$NEWDIR"
|
||||
|
||||
echo "VMS_DIR=\"$VMS_DIR\"
|
||||
export \"VMS_DIR\"" >> distrohopper.conf
|
||||
|
||||
export VMS_DIR
|
||||
echo "New dir is: $VMS_DIR"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue