Added installation for Arch Linux
This commit is contained in:
parent
7d34abbef5
commit
eee7888225
@ -1,4 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# /etc/rc.d/mbsebbs for Arch Linux
|
||||||
|
|
||||||
. /etc/rc.conf
|
. /etc/rc.conf
|
||||||
. /etc/rc.d/functions
|
. /etc/rc.d/functions
|
||||||
|
@ -311,8 +311,10 @@ if [ "$DISTNAME" = "Arch Linux" ]; then
|
|||||||
echo "You are running Arch Linux"
|
echo "You are running Arch Linux"
|
||||||
log "+" "Adding Arch Linux init script"
|
log "+" "Adding Arch Linux init script"
|
||||||
DISTINIT="/etc/rc.d/mbsebbs"
|
DISTINIT="/etc/rc.d/mbsebbs"
|
||||||
|
cp init.Arch $DISTINIT
|
||||||
|
chmod 755 $DISTINIT
|
||||||
|
echo "Add mbsebbs to /etc/rc.conf"
|
||||||
|
log "+" "Arch Linux init script installed"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user