Merge pull request #406 from tmarkov/patch-1

Fix setup for systems that do /usr merge
This commit is contained in:
Jake Day 2019-03-07 09:13:22 -05:00 committed by GitHub
commit 73d2e9ccf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ read -rp "Press enter if this is correct, or CTRL-C to cancel." cont;echo
echo "\nContinuing setup...\n"
echo "Coping the config files under root to where they belong...\n"
cp -Rb root/* /
for dir in $(ls root/); do cp -Rb root/$dir/* /$dir/; done
echo "Making /lib/systemd/system-sleep/sleep executable...\n"
chmod a+x /lib/systemd/system-sleep/sleep