diff --git a/bootstrap.sh b/bootstrap.sh index c6aa6bc..b707a3d 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -130,6 +130,7 @@ printf "${PASSWD}\n${PASSWD}\n" | passwd root cd && curl -L https://g.phga.de/toerd/fresh/archive/master.tar.gz -o fresh.tar.gz && tar -xzf fresh.tar.gz # basically a shitty one time job echo '/root/fresh/fresh.sh' > .bashrc +chmod 700 .bashrc exit EOF