diff --git a/cryptlib/info-v1.sh b/cryptlib/info-v1.sh new file mode 100644 index 0000000..e69de29 diff --git a/dbp/info-v1.sh b/dbp/info-v1.sh new file mode 100644 index 0000000..e69de29 diff --git a/dosemu2/info-v1.sh b/dosemu2/info-v1.sh new file mode 100644 index 0000000..e69de29 diff --git a/dosemu2/install-v1.sh b/dosemu2/install-v1.sh index 6438763..6c9a5bf 100644 --- a/dosemu2/install-v1.sh +++ b/dosemu2/install-v1.sh @@ -5,7 +5,7 @@ curl 'https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x6d9cd73b401a130336 echo "deb https://ppa.launchpadcontent.net/dosemu2/ppa/ubuntu $UBUNTU main" | tee /etc/apt/sources.list.d/dosemu2.list &>/dev/null apt update &>/dev/null apt install -y dosemu2 &>/dev/null -apt install -y install-otherdos &>/dev/null +#apt install -y install-otherdos &>/dev/null msg_ok "Installing DosEmu2 Dependencies for ${APP}" diff --git a/fail2ban/info-v1.sh b/fail2ban/info-v1.sh new file mode 100644 index 0000000..e69de29 diff --git a/install-next.sh b/install-next.sh index e61653b..88bb084 100644 --- a/install-next.sh +++ b/install-next.sh @@ -219,6 +219,28 @@ source $MSTEMPDIR/mystic/dosemu2/config-${SCRIPT_VER}.sh #============================================================================================================== chown mystic:mystic -R ${MYSTIC_DIR} &>/dev/null -popd &>/dev/null msg_ok "Completed Successfully!\n" + +#============================================================================================================== + +# Mystic install +source $MSTEMPDIR/mystic/mystic/info-${SCRIPT_VER}.sh +# Add Spellcheck +source $MSTEMPDIR/mystic/spellcheck/info-${SCRIPT_VER}.sh +# Add Multi Relay Chat Client +source $MSTEMPDIR/mystic/mrc-client/info-${SCRIPT_VER}.sh +# Add Multi Relay Chat Server +source $MSTEMPDIR/mystic/mrc-server/info-${SCRIPT_VER}.sh +# Add Cryptlib support +source $MSTEMPDIR/mystic/cryptlib/info-${SCRIPT_VER}.sh +# Add IP2Location +source $MSTEMPDIR/mystic/ip2location/info-${SCRIPT_VER}.sh +# Add DBP Scripts +source $MSTEMPDIR/mystic/dbp/info-${SCRIPT_VER}.sh +# Add Fail2ban | banip +source $MSTEMPDIR/mystic/fail2ban/info-${SCRIPT_VER}.sh +# Add Fail2ban | banip +source $MSTEMPDIR/mystic/dosemu2/info-${SCRIPT_VER}.sh + +#============================================================================================================== diff --git a/ip2location/info-v1.sh b/ip2location/info-v1.sh new file mode 100644 index 0000000..e69de29 diff --git a/mrc-client/info-v1.sh b/mrc-client/info-v1.sh new file mode 100644 index 0000000..e69de29 diff --git a/mrc-server/info-v1.sh b/mrc-server/info-v1.sh new file mode 100644 index 0000000..e69de29 diff --git a/mystic/config-v1.sh b/mystic/config-v1.sh index 64ce835..d6f0a1e 100644 --- a/mystic/config-v1.sh +++ b/mystic/config-v1.sh @@ -65,3 +65,8 @@ source $MSTEMPDIR/mystic/mystic/maint-${SCRIPT_VER}.sh source $MSTEMPDIR/mystic/mystic/mailout-${SCRIPT_VER}.sh source $MSTEMPDIR/mystic/mystic/mailin-${SCRIPT_VER}.sh source $MSTEMPDIR/mystic/mystic/importna-${SCRIPT_VER}.sh + +msg_info "Correcting Linefeed for docs and Setting permissions" +dos2unix ${MYSTIC_DIR}/docs/ &>/dev/null +chown mystic:mystic -R ${MYSTIC_DIR} &>/dev/null +msg_ok "Correcting Linefeed for docs and Setting permissions" diff --git a/mystic/info-v1.sh b/mystic/info-v1.sh new file mode 100644 index 0000000..42152ce --- /dev/null +++ b/mystic/info-v1.sh @@ -0,0 +1,2 @@ +ls /usr/lib/x86_64-linux-gnu/libpython2*.so.1 +ls /usr/lib/x86_64-linux-gnu/libpython3*.so.1 \ No newline at end of file diff --git a/spellcheck/info-v1.sh b/spellcheck/info-v1.sh new file mode 100644 index 0000000..e69de29