This commit is contained in:
Manuel Thalmann 2024-03-24 05:26:19 +01:00
parent c0f20ce64b
commit e0c13cd52d

View file

@ -1,5 +1,5 @@
#!/bin/bash
$rootDir="${BASH_SOURCE%/*}";
rootDir="${BASH_SOURCE%/*}";
pushd "$rootDir" > /dev/null;
. "../Software/base-devel/install.sh";