mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
export LC_ALL=C
This commit is contained in:
parent
ec40703b28
commit
40b18ff8a8
2 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
export LC_ALL=C
|
||||||
|
|
||||||
echo "Updating VMs..."
|
echo "Updating VMs..."
|
||||||
# distrohopper config file
|
# distrohopper config file
|
||||||
|
|
1
quickgui
1
quickgui
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
export LC_ALL=C
|
||||||
|
|
||||||
version="0.3"
|
version="0.3"
|
||||||
# DEBUG mod
|
# DEBUG mod
|
||||||
|
|
Loading…
Reference in a new issue