diff --git a/CHANGELOG b/CHANGELOG index a7efd28..1bdcf51 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,7 @@ ====================== Version Description +1.0.52......Switch repository for early updates and bug fixes. 1.0.51......Jail rename to last position, prevent for null autoboot variables. 1.0.50......Cosmetic changes, add misc configuration row to jail quick config. 1.0.49......Don't allow for blank fields in the jail config page. diff --git a/bastille-init b/bastille-init index 020666d..493eb9c 100755 --- a/bastille-init +++ b/bastille-init @@ -69,8 +69,8 @@ BASTILLECONF_EXT="${CWDIR}/conf/bastille.conf.ext" FREEBSD_UPDATE="${CWDIR}/conf/system/freebsd-update/${HOSTVERSION}" INSTALLPATH="${CWDIR}/${FULLAPPNAME}" BRANCH="master" -BATSILLE_URL="https://github.com/BastilleBSD/${APPNAME}/archive/${BRANCH}.zip" # Official Bastille Repository) -#BATSILLE_URL="https://github.com/JRGTH/${APPNAME}/archive/${BRANCH}.zip" # Alternate Bastille Repository) +#BATSILLE_URL="https://github.com/BastilleBSD/${APPNAME}/archive/${BRANCH}.zip" # Official Bastille Repository) +BATSILLE_URL="https://github.com/JRGTH/${APPNAME}/archive/${BRANCH}.zip" # Alternate Bastille Repository, early updates) 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/version b/version index 73b4678..46354d7 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.0.51 +1.0.52