mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-12-03 05:32:00 -07:00
Revert change made while running on 2 hours of sleep.
This commit is contained in:
parent
06f2567968
commit
ea15d547b2
1 changed files with 1 additions and 1 deletions
2
runme.sh
2
runme.sh
|
@ -83,7 +83,7 @@ Kali)
|
||||||
|
|
||||||
if [ $REPO != "default" ];
|
if [ $REPO != "default" ];
|
||||||
then
|
then
|
||||||
sed -i "s|http.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