Update create_sibling.sh

Fixed a getcwd() error
This commit is contained in:
friedphish
2019-09-27 18:03:44 +02:00
committed by GitHub
parent 3bc73178e7
commit 4b16c4c946

View File

@ -168,6 +168,7 @@ function provision_raspbian() {
cd caplets cd caplets
make install make install
rm -rf /tmp/caplets rm -rf /tmp/caplets
cd /root # fixes getcwd error that was bugging me
# Re4son-Kernel # Re4son-Kernel
echo "deb http://http.re4son-kernel.com/re4son/ kali-pi main" > /etc/apt/sources.list.d/re4son.list echo "deb http://http.re4son-kernel.com/re4son/ kali-pi main" > /etc/apt/sources.list.d/re4son.list