From 05c339c0416706cd2101d3fbc08299e5d27329c9 Mon Sep 17 00:00:00 2001 From: qo-op Date: Mon, 18 May 2020 06:45:31 +0200 Subject: [PATCH] __ ____ _ __________ __ / / / __ \ | / / ____/ / ____ _____ ____/ / / / / / / / | / / __/ / / / __ `/ __ \/ __ / / /___/ /_/ /| |/ / /___/ /___/ /_/ / / / / /_/ / /_____/\____/ |___/_____/_____/\__,_/_/ /_/\__,_/ --- .install/loveland.sh | 9 ++++++++- zen/zen_MAKE.sh | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.install/loveland.sh b/.install/loveland.sh index 5110cfd..8e84d2c 100755 --- a/.install/loveland.sh +++ b/.install/loveland.sh @@ -25,6 +25,13 @@ IPFSNODEID=$(ipfs id -f='\n') ################################## ## INSTALL echo ' + __ ____ _ __________ __ + / / / __ \ | / / ____/ / ____ _____ ____/ / + / / / / / / | / / __/ / / / __ `/ __ \/ __ / + / /___/ /_/ /| |/ / /___/ /___/ /_/ / / / / /_/ / +/_____/\____/ |___/_____/_____/\__,_/_/ /_/\__,_/ + +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ______ __ ____ ___ / ____/___ ____ __ __/ / ____ _/ __ \____ _____/ (_)___ / / / __ \/ __ \/ / / / / / __ `/ /_/ / __ `/ __ / / __ \ @@ -32,7 +39,7 @@ echo ' \____/\____/ .___/\__, /_____/\__,_/_/ |_|\__,_/\__,_/_/\____/ /_/ /____/ -Multimedia Layer installation https://copylaradio.com +Multimedia Layer https://copylaradio.com ' | lolcat ######## YOUTUBE-DL ########## if [[ ! $(which youtube-dl) ]]; then diff --git a/zen/zen_MAKE.sh b/zen/zen_MAKE.sh index 9400aa6..2385835 100755 --- a/zen/zen_MAKE.sh +++ b/zen/zen_MAKE.sh @@ -443,7 +443,7 @@ branch: $msg_branch " echo "$MESSAGE" INLINE=$(node -p "JSON.stringify(process.env.MESSAGE)") - +### TODO find sboyc text COMMA PROBLEM... Cannot send beautiful md formated SSB messages !!! # echo '{"type":"post", "branch": "'"$msg_branch"'", "root": "'"$msg_root"'", "text":"'"${INLINE}"'","mentions":[{"link":"'"$id"'","name":"'"$name"'","size":"'"$size"'","type":"'"$type"'"},{"link":"#zenbot"},{"link":"#astroport"}]}' sbotc publish '{"type":"post", "branch": "'"$msg_branch"'", "root": "'"$msg_root"'", "text":'${INLINE}',"mentions":[{"link":"'"$id"'","name":"'"$name"'","size":"'"$size"'","type":"'"$type"'"},{"link":"#zenbot"},{"link":"#astroport"}]}'