+if [ -d "examples" ]; then
+ if confirm "Would you like to copy examples to $RESOURCES_DIR?"; then
+ inform "Copying examples to $RESOURCES_DIR"
+ mkdir -p $RESOURCES_DIR
+ cp -r examples/ $RESOURCES_DIR
+ echo "rm -r $RESOURCES_DIR" >> $UNINSTALLER
+ fi
+fi
+
+success "\nAll done!"
+inform "If this is your first time installing you should reboot for hardware changes to tkae effect.\n"
+inform "Find uninstall steps in $UNINSTALLER\n"