Skip to content

Commit 8f4875c

Browse files
committed
updated the url
1 parent 75dff89 commit 8f4875c

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

bigbluebutton/bigbluebutton.yaml

+1-8
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,11 @@
4343
- name: Setting Valid Hostname
4444
shell: hostnamectl set-hostname bbb.example.com
4545

46-
# 9 - Get bbb-install.sh from github
47-
- name: Downloading bbb-install.sh
48-
get_url:
49-
url: https://raw.githubusercontent.com/bigbluebutton/bbb-install/v2.7.x-release/bbb-install.sh
50-
dest: /tmp/bbb-install.sh
51-
mode: 0755
52-
5346
# 9 - Add the shell script to .bashrc
5447
- name: Adding a line for shell script
5548
lineinfile:
5649
path: /root/.bashrc
57-
line: "chmod +x /tmp/bbb-cleanup.sh && /tmp/bbb-cleanup.sh"
50+
line: "chmod +x /usr/local/src/bigbluebutton/bbb-cleanup.sh && /usr/local/src/bigbluebutton/bbb-cleanup.sh"
5851
state: present
5952

6053

0 commit comments

Comments
 (0)