add confirmation step
This commit is contained in:
parent
dd4634c622
commit
6154e76eb6
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@ CAT=${CAT:-$1}
|
||||||
cd $WD
|
cd $WD
|
||||||
./what-s_installed.sh | grep -v "^❌.*" | cut -d\ -f2 | grep "^${CAT}/.*"
|
./what-s_installed.sh | grep -v "^❌.*" | cut -d\ -f2 | grep "^${CAT}/.*"
|
||||||
|
|
||||||
|
echo "Ctrl-C to stop here, enter to continue"
|
||||||
|
read
|
||||||
|
|
||||||
for p in $(./what-s_installed.sh | grep -v "^❌.*" | cut -d\ -f2 | grep "^${CAT}/.*"); do
|
for p in $(./what-s_installed.sh | grep -v "^❌.*" | cut -d\ -f2 | grep "^${CAT}/.*"); do
|
||||||
(cd $p
|
(cd $p
|
||||||
bash -e ./SlackBuild || echo "ERROR $p" >> $WD/_errors_rebuild)
|
bash -e ./SlackBuild || echo "ERROR $p" >> $WD/_errors_rebuild)
|
||||||
|
|
Loading…
Reference in a new issue