home
·
contact
·
privacy
projects
/
config
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a27c9e1
)
Fix.
author
Christian Heller
<c.heller@plomlompom.de>
Mon, 29 Sep 2025 09:27:12 +0000
(11:27 +0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Mon, 29 Sep 2025 09:27:12 +0000
(11:27 +0200)
trixie/scripts/setup_ircplom.sh
patch
|
blob
|
history
diff --git
a/trixie/scripts/setup_ircplom.sh
b/trixie/scripts/setup_ircplom.sh
index 3c39120f9ca73ca7256a3293937b52a41a85160a..aef94492c9a9d0298ccb7d8a3378de1d3cfbf174 100755
(executable)
--- a/
trixie/scripts/setup_ircplom.sh
+++ b/
trixie/scripts/setup_ircplom.sh
@@
-11,13
+11,10
@@
prefixed_msg 'starting'
expect_n_args 1 1 'IRC_PASSWORD' $@
IRC_PASSWORD="$1"
+URL_REPO='https://plomlompom.com/repos/clone/ircplom'
install_tags ircplom
-URL_REPO='https://plomlompom.com/repos/clone/ircplom'
-cd ~
-git clone "${URL_REPO}"
-cd ircplom
-./install.sh
+su -l plom -c "cd && git clone ${URL_REPO} && cd ircplom && ./install.sh"
PATH_USER_CONF_IRCPLOM="${PATH_USER_HOME}/.config/ircplom/ircplom.toml"
prefixed_msg "Writing provided password into ${PATH_USER_CONF_CATGIRL} …"