Removing tmux.service -- accounted for in EtcFiles/profile.d/shadowarch-session.sh

Adding session dependence to Ansible
Ensuring EtcFiles/profile.d/shadowarch-ssh.sh starts ssh-agent user
service
This commit is contained in:
2024-03-30 14:32:43 -05:00
parent e3be67286d
commit 3253c180fc
6 changed files with 9 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ pkgrel() {
epoch="$(git log | grep -c commit)"
pkgdesc="$(head -n 1 README.md)"
arch=("x86_64")
url="https://aninix.net/foundation/${pkgname}"
url="$(git config remote.origin.url | sed 's/.git$//')"
license=('custom')
groups=()
provides=("${pkgname}")