Make scripts executable, add shebang lines

This commit is contained in:
T. Joseph Carter 2015-10-04 00:12:32 -07:00
parent e512276930
commit 8882392383
8 changed files with 4 additions and 0 deletions

0
scripts/a2server-1-storage.txt Normal file → Executable file
View File

0
scripts/a2server-2-tools.txt Normal file → Executable file
View File

0
scripts/a2server-3-sharing.txt Normal file → Executable file
View File

0
scripts/a2server-5-netboot.txt Normal file → Executable file
View File

0
scripts/a2server-6-samba.txt Normal file → Executable file
View File

0
scripts/a2server-7-console.txt Normal file → Executable file
View File

2
setup.sh Normal file → Executable file
View File

@ -1,3 +1,5 @@
#! /bin/bash
# A2SERVER master setup script, last update 15-Feb-2015
# it downloads and executes several scripts related to the setup of
# netatalk configured for Apple II use on Debian, Raspbian, or Ubuntu.

2
update.sh Normal file → Executable file
View File

@ -1,3 +1,5 @@
#! /bin/bash
currentVersion=124
if [[ -f /usr/local/etc/A2SERVER-version ]]; then