mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
up
This commit is contained in:
parent
67686fcada
commit
a574a3e737
101 changed files with 1344 additions and 527 deletions
2
dh
2
dh
|
@ -299,7 +299,7 @@ EOF
|
|||
type="Application"
|
||||
name="$get_name"
|
||||
if [ -z "$editions" ]; then
|
||||
execmd="sh -c 'cd ${VMS_DIR} && yad --form --field=\"Release:CB\" \"${releases// /$replace}\" | cut -d\' | \' -f1 | xargs -I{} sh -c \"${portable_prefix}quickget ${get_name} {}\";$SHELL'"
|
||||
execmd="sh -c 'cd ${VMS_DIR} && yad --form --field=\"Release:CB\" \"${releases// /$replace}\" | cut -d\"|\" -f1 | xargs -I{} sh -c \"${portable_prefix}quickget ${get_name} {}\";$SHELL'"
|
||||
elif [ "$interminal" == "yes" ]; then
|
||||
terminal="true"
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue