- Fixes to resolve install issues on Manjaro Gnome.

This commit is contained in:
Ben Reaves
2020-10-29 21:23:11 -05:00
parent d709a7de20
commit 1419646e9c
3 changed files with 24 additions and 4 deletions

View File

@@ -121,6 +121,9 @@ if os.path.isdir(homedir + "/.config/kinto") == False:
os.mkdir(homedir + "/.config/kinto")
time.sleep(0.5)
cmdline("git fetch")
color_arr = [bcolors.CBEIGE,bcolors.CRED2,bcolors.CGREEN,bcolors.CYELLOW ]
kintover = cmdline('echo "$(git describe --tag --abbrev=0 | head -n 1)" "build" "$(git rev-parse --short HEAD)"')