This commit is contained in:
Sandro - 2023-11-05 04:41:39 +01:00
parent 14ca5736b2
commit cd15bb1c9c
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 0 deletions

View File

@ -121,6 +121,7 @@ in rec {
mkdir -p $out/usr/{bin,sbin}
cp ${./usteer-info.sh} $out/usr/sbin/usteer-info.sh
cp ${./usteer-stats.sh} $out/usr/bin/usteer-stats.sh
chmod +x $out/usr/bin/*.sh
'';
});