mirror of
https://github.com/dschmenk/apple2pi.git
synced 2024-11-24 12:31:30 +00:00
Rename install script to a2pi-setup
This commit is contained in:
parent
22b5d7bc1b
commit
8e229f600b
@ -1,5 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
#
|
#
|
||||||
# Update /boot partition files.
|
# Update /boot partition files.
|
||||||
#
|
#
|
||||||
@ -29,3 +28,9 @@ fi
|
|||||||
# Disable joystick as a mouse in X
|
# Disable joystick as a mouse in X
|
||||||
#
|
#
|
||||||
cp 11-joy.conf /usr/share/X11/xorg.conf.d
|
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
|
Loading…
Reference in New Issue
Block a user