Rename install script to a2pi-setup

This commit is contained in:
David Schmenk 2013-09-19 16:41:30 -07:00
parent 22b5d7bc1b
commit 8e229f600b
1 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,4 @@
#!/bin/bash
#
# Update /boot partition files.
#
@ -29,3 +28,9 @@ fi
# Disable joystick as a mouse in X
#
cp 11-joy.conf /usr/share/X11/xorg.conf.d
#
# Make sure a2mount is executable
#
if [ -f /usr/local/bin/a2mount ] ; then
chmod +x /usr/local/bin/a2mount
fi