diff --git a/bastille-init b/bastille-init index d4827dc..13ddd06 100755 --- a/bastille-init +++ b/bastille-init @@ -59,7 +59,8 @@ BASTILLECONF="${USRLOCAL}/etc/${APPNAME}/${APPNAME}.conf" BASTILLECONFLINK="/var/etc/bastilleconf" INSTALLPATH="${CWDIR}/${FULLAPPNAME}" BRANCH="master" -BATSILLE_URL="https://github.com/BastilleBSD/${APPNAME}/archive/${BRANCH}.zip" +#BATSILLE_URL="https://github.com/BastilleBSD/${APPNAME}/archive/${BRANCH}.zip" # Official Bastille repository(Pending some updates/fixes) +BATSILLE_URL="https://github.com/JRGTH/${APPNAME}/archive/${BRANCH}.zip" # Alternate Bastille repository(Updated, supports 11.3-RELEASE base) BASTILE_VERSION="https://raw.githubusercontent.com/BastilleBSD/${APPNAME}/${BRANCH}/usr/local/bin/${APPNAME}" GITURL="https://github.com/JRGTH/xigmanas-${APPNAME}-extension/archive/${BRANCH}.zip" VERFILE="https://raw.githubusercontent.com/JRGTH/xigmanas-${APPNAME}-extension/${BRANCH}/version" diff --git a/release_notes b/release_notes index 59ccf43..44c9969 100644 --- a/release_notes +++ b/release_notes @@ -3,6 +3,7 @@ ====================== Version Description +0.0.6......Switch to alternate repository supporting 11.3-RELEASE base. 0.0.5......Start all jails once. 0.0.4......Start jails if directory not empty. 0.0.3......Minor code adjustment. diff --git a/version b/version index bbdeab6..1750564 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.0.5 +0.0.6