PortValhalla/scripts/Arch/Software/openssh/install.sh

12 lines
170 B
Bash
Raw Normal View History

#!/bin/bash
pushd "${BASH_SOURCE%/*}" > /dev/null;
yay --noconfirm -Syu \
openssh \
;
# Git Config
source "../../Config/openssh/install.sh";
popd > /dev/null;