mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-25 01:35:24 -07:00
parent
65945de36d
commit
1d7e5ce58d
1 changed files with 1 additions and 1 deletions
2
runme.sh
2
runme.sh
|
@ -61,7 +61,7 @@ Kali)
|
||||||
|
|
||||||
if [ $REPO != "default" ];
|
if [ $REPO != "default" ];
|
||||||
then
|
then
|
||||||
sed -i 's/archive.kali.org/$REPO/g' ./build/live-build-config/auto/config
|
sed -i "s|archive.kali.org|$REPO|g" ./build/live-build-config/auto/config
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd build/live-build-config
|
cd build/live-build-config
|
||||||
|
|
Loading…
Reference in a new issue