Update paths

pull/1/head
Lexi 2 years ago
parent fcdbf3773b
commit 3e2443555a

@ -29,7 +29,7 @@ fi
# Select timezone, keymap, locale # Select timezone, keymap, locale
timezone=$(timedatectl list-timezones | gum filter --placeholder "select a timezone") timezone=$(timedatectl list-timezones | gum filter --placeholder "select a timezone")
keymap=$(localectl list-keymaps | gum filter --placeholder "select a keymap") keymap=$(localectl list-keymaps | gum filter --placeholder "select a keymap")
locale=$(cat locales | gum filter --placeholder "select a locale") locale=$(cat /usr/share/jade-tui/locales | gum filter --placeholder "select a locale")
# Username # Username
clear clear
@ -148,7 +148,7 @@ if [[ $CONTINUE != "true" ]]; then
exit exit
else else
# Remove config.json if it exists # Remove config.json if it exists
if [[ $(ls | grep "config.json") ]]; then if [[ $(ls | grep "/tmp/config.json") ]]; then
rm config.json rm config.json
fi fi
# Make config.json # Make config.json

Loading…
Cancel
Save