Compare commits

...

2 Commits

Author SHA1 Message Date
randomuser 855ea6534c add a todo list 2022-12-24 01:03:59 -06:00
randomuser 2f85c344ef set appropriate permissions on gnupg home
the gnupg home is slightly different because my configuration
puts it in a different place.
2022-12-24 01:03:11 -06:00
2 changed files with 7 additions and 0 deletions

3
TODO Normal file
View File

@ -0,0 +1,3 @@
TODO
- actually test this on a fresh archlinux setup

View File

@ -28,6 +28,10 @@ make install
cd ..
cd privdata
mkdir -p $HOME/.local/share/gnupg
chown -R $(whoami) $HOME/.local/share/gnupg
chmod 600 $HOME/.local/share/gnupg/*
chmod 700 $HOME/.local/share/gnupg/*
sh handler.sh unarch
cd output
make