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
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
+2
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.
Regular → Executable
+2
View File
@@ -1,3 +1,5 @@
#! /bin/bash
currentVersion=124
if [[ -f /usr/local/etc/A2SERVER-version ]]; then