fix: bashrc was not executable

master
Toerd@archlinux 5 years ago
parent daca398085
commit 7eb4fef9b6

@ -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

Loading…
Cancel
Save