neb/tools/setup/00-apply-skel.sh

6 lines
101 B
Bash
Raw Normal View History

2023-10-20 00:10:39 +02:00
#!/bin/sh
if ! [ -f "/etc/ixvd/version" ]; then
echo "applying overlay..."
cp -r skel/. /
fi