mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-22 01:50:56 -07:00
Fix sed statement.
Former-commit-id: bb69da8c2f40cea10bb81e0cab0aae0045f78daa
This commit is contained in:
parent
5b5761fe13
commit
31bddb28a1
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