Adding local chat option
This commit is contained in:
parent
bb6d39d0e0
commit
71327a16af
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
weechat-curses -r "/set irc.look.temporary_servers on; /connect irc://`whoami`@irc.tilde.chat:6697/#thunix -ssl"
|
|
@ -24,3 +24,11 @@
|
||||||
- pandoc
|
- pandoc
|
||||||
- python-certbot-apache
|
- python-certbot-apache
|
||||||
- zsh
|
- zsh
|
||||||
|
|
||||||
|
- name: Install locally created bins
|
||||||
|
copy:
|
||||||
|
src: ../files/chat
|
||||||
|
dest: /usr/local/bin
|
||||||
|
owner: root
|
||||||
|
group: root
|
||||||
|
mode: 0755
|
||||||
|
|
Loading…
Reference in New Issue