PortValhalla/profiles/ManuSurface/Arch/scripts/drivers.sh

6 lines
184 B
Bash
Executable file

#!/bin/bash
pushd "${BASH_SOURCE%/*}" > /dev/null;
. "../../../scripts/Arch/Config/SecureBoot/install.sh";
. "../../../scripts/Arch/Drivers/SurfaceBook2/install.sh";
popd > /dev/null;