fix: set xdg_runtime_dir required by keyfork

This commit is contained in:
Lance Vick 2025-02-10 23:01:02 -08:00
parent 06de2117dc
commit 5897a2fa5d
Signed by: lrvick
GPG Key ID: 8E47A1EC35A1551D
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ export EDITOR=/bin/vi
export PATH="/usr/local/bin:/bin:/sbin:/usr/bin:/usr/sbin"
export PS1="[\h \t] \\$ "
export GNUPGHOME=/.gnupg
export XDG_RUNTIME_DIR=/tmp
source /etc/environment
cd /root
clear