mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
prepare release
This commit is contained in:
parent
69abdb7a08
commit
00d0165368
23 changed files with 427 additions and 467 deletions
12
old/set_dir.sh
Executable file
12
old/set_dir.sh
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
source distrohopper.conf
|
||||
|
||||
NEWDIR="$(yad --file --directory --title="Where to save VMs?")"
|
||||
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