PortValhalla/scripts/Arch/OS/install.sh

11 lines
221 B
Bash
Raw Normal View History

#!/bin/bash
pushd "${BASH_SOURCE%/*}" > /dev/null;
. "../Software/base-devel/install.sh";
. "../Config/pacman/install.sh";
. "../Software/yay/install.sh";
2024-03-09 21:17:49 +00:00
sudo pacman --noconfirm -Syu pacman-contrib;
popd > /dev/null;