mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
eadb671b59
2 changed files with 4 additions and 3 deletions
|
@ -47,7 +47,7 @@ snap connect qemu-virgil:removable-media
|
||||||
|
|
||||||
```
|
```
|
||||||
iso="/media/$USER/Quickemu/ubuntu/focal-desktop-amd64.iso"
|
iso="/media/$USER/Quickemu/ubuntu/focal-desktop-amd64.iso"
|
||||||
disk_img="/media/$USER/Quickemu/ubuntu/focal-desktop-amd64.qcow2
|
disk_img="/media/$USER/Quickemu/ubuntu/focal-desktop-amd64.qcow2"
|
||||||
disk=128G
|
disk=128G
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
1
quickemu
1
quickemu
|
@ -1,4 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
export LC_ALL=C
|
||||||
|
|
||||||
function disk_delete() {
|
function disk_delete() {
|
||||||
if [ -e "${disk_img}" ]; then
|
if [ -e "${disk_img}" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue