mirror of
https://github.com/xchwarze/wifi-pineapple-cloner.git
synced 2025-01-22 11:28:59 +00:00
Small improvements in several scripts
This commit is contained in:
parent
1c98f4b011
commit
97a3469b42
@ -191,8 +191,8 @@ build () {
|
||||
echo " [+] Clean last build data"
|
||||
#make clean
|
||||
rm -rf "$IMAGEBUILDER_FOLDER/tmp/"
|
||||
rm -rf "$IMAGEBUILDER_FOLDER/build_dir/target-*/root*"
|
||||
rm -rf "$IMAGEBUILDER_FOLDER/build_dir/target-*/json_*"
|
||||
rm -rf "$IMAGEBUILDER_FOLDER/build_dir"/target-*/root*
|
||||
rm -rf "$IMAGEBUILDER_FOLDER/build_dir"/target-*/json_*
|
||||
rm -rf "$IMAGEBUILDER_FOLDER/bin/targets/*"
|
||||
|
||||
# set selected packages
|
||||
|
Loading…
Reference in New Issue
Block a user