- Updated installer, some sort of regression on a copy .xkb directory fix.. Also updated readme

This commit is contained in:
Ryan Reaves
2020-02-18 18:57:44 -06:00
parent acf6bd9317
commit ce937065c9
2 changed files with 8 additions and 7 deletions

View File

@@ -116,7 +116,7 @@ if 'hack' in keyboardconfigs[defaultkb-1]:
os.system(keyboardconfigs[defaultkb-1]['hack'])
# Setup the selected keyboards config
os.system("cp -rf ./.xkb ~/.xkb/")
os.system("cp -TRv ./.xkb ~/.xkb/")
if os.path.isdir(homedir + "/.xkb/keymap") == False:
os.mkdir(homedir + "/.xkb/keymap")
time.sleep(0.5)