mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-21 17:40:57 -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" ];
|
||||
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
|
||||
|
||||
cd build/live-build-config
|
||||
|
|
Loading…
Reference in a new issue