forked from rosa/hakurei
This introduces bindings for extra paths and KnownChecksum, and exposes a passthrough special case. Signed-off-by: Ophestra <cat@gensokyo.uk>
5 lines
77 B
Bash
5 lines
77 B
Bash
#!/bin/sh -e
|
|
echo "Installing linux $1..."
|
|
cp -av "$2" "$4"
|
|
cp -av "$3" "$4"
|