add info scripts
This commit is contained in:
parent
2e7df477e6
commit
b1a0c26fda
0
cryptlib/info-v1.sh
Normal file
0
cryptlib/info-v1.sh
Normal file
0
dbp/info-v1.sh
Normal file
0
dbp/info-v1.sh
Normal file
0
dosemu2/info-v1.sh
Normal file
0
dosemu2/info-v1.sh
Normal file
@ -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}"
|
||||
|
||||
|
0
fail2ban/info-v1.sh
Normal file
0
fail2ban/info-v1.sh
Normal file
@ -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
|
||||
|
||||
#==============================================================================================================
|
||||
|
0
ip2location/info-v1.sh
Normal file
0
ip2location/info-v1.sh
Normal file
0
mrc-client/info-v1.sh
Normal file
0
mrc-client/info-v1.sh
Normal file
0
mrc-server/info-v1.sh
Normal file
0
mrc-server/info-v1.sh
Normal file
@ -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"
|
||||
|
2
mystic/info-v1.sh
Normal file
2
mystic/info-v1.sh
Normal file
@ -0,0 +1,2 @@
|
||||
ls /usr/lib/x86_64-linux-gnu/libpython2*.so.1
|
||||
ls /usr/lib/x86_64-linux-gnu/libpython3*.so.1
|
0
spellcheck/info-v1.sh
Normal file
0
spellcheck/info-v1.sh
Normal file
Loading…
Reference in New Issue
Block a user