mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 03:02:52 +01:00
pastebinit.xml: add config file for pastebinit, because it doesn't work by default. || Wgetting the paste doesn't work? http://pad.lv/784485
This commit is contained in:
parent
a8a5be7337
commit
042ce28df7
1
.cat.sh
1
.cat.sh
@ -9,6 +9,7 @@ mkdir -p ~/.gnupg
|
|||||||
cat gnupg/gpg.conf > ~/.gnupg/gpg.conf
|
cat gnupg/gpg.conf > ~/.gnupg/gpg.conf
|
||||||
cat xsessionrc > ~/.xsessionrc
|
cat xsessionrc > ~/.xsessionrc
|
||||||
cat warnings > ~/.warnings
|
cat warnings > ~/.warnings
|
||||||
|
cat pastebinit.xml > ~/.pastebinit.xml
|
||||||
cat oidentd.conf > ~/.oidentd.conf
|
cat oidentd.conf > ~/.oidentd.conf
|
||||||
chmod 644 ~/.oidentd.conf
|
chmod 644 ~/.oidentd.conf
|
||||||
chmod 711 ~
|
chmod 711 ~
|
||||||
|
7
pastebinit.xml
Normal file
7
pastebinit.xml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<pastebinit>
|
||||||
|
# Plaintext version cannot be downloaded, see http://pad.lv/784485
|
||||||
|
<pastebin>http://paste.ubuntu.com</pastebin>
|
||||||
|
<author>Mika Suomalainen</author>
|
||||||
|
<jabberid>mkaysi@jabber.org</jabberid>
|
||||||
|
<format>text</format>
|
||||||
|
</pastebinit>
|
Loading…
Reference in New Issue
Block a user