fix: bashrc was not executable
This commit is contained in:
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
|
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
|
# basically a shitty one time job
|
||||||
echo '/root/fresh/fresh.sh' > .bashrc
|
echo '/root/fresh/fresh.sh' > .bashrc
|
||||||
|
chmod 700 .bashrc
|
||||||
|
|
||||||
exit
|
exit
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user