mirror of
https://github.com/G2-Games/welcome.sh.git
synced 2025-04-19 13:32:53 -05:00
Merge pull request #4 from ClonkDroid/main
Fix LC_LOCALE, fixes issue #3
This commit is contained in:
commit
5052c35831
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
version=1.0.3
|
version=1.0.3
|
||||||
|
export LC_NUMERIC="en_US.UTF-8" #Fix for locales that use , instead of . as a decimal delimiter
|
||||||
#========Welcome=======#
|
#========Welcome=======#
|
||||||
welcome () {
|
welcome () {
|
||||||
msg="Welcome" # Default
|
msg="Welcome" # Default
|
||||||
|
@ -206,7 +206,6 @@ updatecheck="on" #< Check for general updates
|
||||||
flatpakupd="off" #< Check for flatpak updates, this slows startup down A LOT
|
flatpakupd="off" #< Check for flatpak updates, this slows startup down A LOT
|
||||||
goodgreeting="on" #< Display greetings like "Good afternoon," else "It's afternoon"
|
goodgreeting="on" #< Display greetings like "Good afternoon," else "It's afternoon"
|
||||||
|
|
||||||
export LC_NUMERIC="en_US.UTF-8" #Fix for locales that use , instead of . as a decimal delimiter
|
|
||||||
source ~/.welcome/config.cfg
|
source ~/.welcome/config.cfg
|
||||||
|
|
||||||
welcome
|
welcome
|
||||||
|
|
Loading…
Reference in a new issue