quick_jibri_installer.sh: fix indention style #104

Merged
Ark74 merged 5 commits from Ark74/quick-jibri-installer:fix_indention_style1 into master 2023-11-21 08:38:05 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a40d5f5aa8 - Show all commits

View File

@ -38,7 +38,7 @@ DIST=$(lsb_release -sc)
GOOGL_REPO="/etc/apt/sources.list.d/dl_google_com_linux_chrome_deb.list"
GOOGLE_ACTIVE_REPO=$(apt-cache policy | awk '/chrome/{print$3}' | awk -F "/" 'NR==1{print$2}')
PROSODY_REPO="$(apt-cache policy | awk '/prosody/{print$3}' | awk -F "/" 'NR==1{print$2}')"
PUBLIC_IP="$(dig +short myip.opendns.com @resolver1.opendns.com)"
PUBLIC_IP="$(dig -4 +short myip.opendns.com @resolver1.opendns.com)"
NL="$(printf '\n ')"
NODEJS_VER="18"