Auto Update

This commit is contained in:
matt1432 2023-02-05 14:08:31 -05:00
parent 6e0776a800
commit 68d50f878e

View file

@ -7,7 +7,7 @@ TODELETE="$(command ls --almost-all files) .PS1"
(cd /root ; rm $TODELETE)
cp -r ./files/. /root
ln ./files/.* ../../
for f in ./files/.*; do if [[ -f $f ]]; then ln ./$f ../../ ; fi; done
# dotenv
if [ ! -f ../../.env ] ; then