Set 'decode' as the machine hostname.
This commit is contained in:
parent
cb1e909c2c
commit
35569c10a2
|
|
@ -229,6 +229,7 @@ rc-update add dam-client default
|
|||
|
||||
## misc
|
||||
sed -i -e 's/devuan/decode/' /etc/hosts
|
||||
echo decode /etc/hostname
|
||||
mkdir -p /var/lib/tor
|
||||
chown -R debian-tor:debian-tor /var/lib/tor
|
||||
rm -rf /var/lib/tor/hidden_service
|
||||
|
|
|
|||
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
# stub for the squashfs update mechanism
|
||||
Loading…
Reference in New Issue