diff --git a/add-jibri-node.sh b/add-jibri-node.sh index 8b43979..ecf2c37 100644 --- a/add-jibri-node.sh +++ b/add-jibri-node.sh @@ -181,7 +181,6 @@ apt-get -y install \ apt-show-versions \ bmon \ curl \ - expect \ ffmpeg \ git \ htop \ diff --git a/jra_nextcloud.sh b/jra_nextcloud.sh index 7563d32..0546d80 100644 --- a/jra_nextcloud.sh +++ b/jra_nextcloud.sh @@ -448,7 +448,6 @@ sudo -u www-data php $NC_PATH/occ app:enable files_external sudo -u www-data php $NC_PATH/occ files_external:import /tmp/jra-nc-app-ef.json usermod -a -G jibri www-data -#chown -R jibri:www-data $DIR_RECORD chmod -R 770 $DIR_RECORD chmod -R g+s $DIR_RECORD diff --git a/quick_jibri_installer.sh b/quick_jibri_installer.sh index 442bf75..9876685 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -861,9 +861,6 @@ sudo su $MJS_USER -c "ssh-keygen -t rsa -f ~/.ssh/id_rsa -b 4096 -o -a 100 -q -N sed -i "s|PasswordAuthentication .*|PasswordAuthentication yes|" /etc/ssh/sshd_config systemctl restart sshd -#sudo su $MJS_USER -c "rm ~/.ssh/id_rsa.pub" -#sudo su $MJS_USER -c "cat ~/.ssh/authorized_keys" - #Setting varibales for add-jibri-node.sh sed -i "s|MAIN_SRV_DIST=.*|MAIN_SRV_DIST=\"$DIST\"|" add-jibri-node.sh