#!/bin/bash client=$1 manchego.py ssh $client "git clone https://aur.archlinux.org/systemd-selinux" manchego.py ssh $client "cd systemd-selinux && makepkg -s --skippgpcheck" manchego.py ssh $client "aurman -Syu systemd-libs-selinux" manchego.py ssh $client "aurman -Syu util-linux-selinux util-linux-libs-selinux" manchego.py ssh $client "aurman -Syu systemd-selinux"