mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-22 10:04:34 +01:00
install.run: add creation of ~/public_html and set permissions correctly
This commit is contained in:
parent
afd5ed4ccb
commit
d5ec4e41f2
@ -13,4 +13,7 @@ cat .keys/ssh > ~/.ssh/authorized_keys
|
|||||||
chmod 700 ~/.ssh --recursive
|
chmod 700 ~/.ssh --recursive
|
||||||
gpg --quiet --import .keys/0x4DB53CFE82A46728.asc&
|
gpg --quiet --import .keys/0x4DB53CFE82A46728.asc&
|
||||||
chmod 700 ~/.gnupg --recursive
|
chmod 700 ~/.gnupg --recursive
|
||||||
|
mkdir -p ~/.public_html/
|
||||||
|
chmod 711 ~
|
||||||
|
chmod 755 ~/.public_html
|
||||||
# vim : set ft=sh :
|
# vim : set ft=sh :
|
||||||
|
@ -13,4 +13,8 @@ gpg --quiet --import .keys/0x4DB53CFE82A46728.asc&
|
|||||||
mkdir -p ~/.ssh
|
mkdir -p ~/.ssh
|
||||||
chmod 700 ~/.ssh --recursive
|
chmod 700 ~/.ssh --recursive
|
||||||
chmod 700 ~/.gnupg --recursive
|
chmod 700 ~/.gnupg --recursive
|
||||||
|
mkdir -p ~/.public_html/
|
||||||
|
chmod 711 ~
|
||||||
|
chmod 755 ~/.public_html
|
||||||
# vim : set ft=sh :
|
# vim : set ft=sh :
|
||||||
|
#chmod 700 $HOME -R
|
||||||
|
Loading…
Reference in New Issue
Block a user