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