Update few packages

This commit is contained in:
moparisthebest
2018-09-06 21:21:03 -04:00
parent d602b6071f
commit 10a66c750c
7 changed files with 42 additions and 40 deletions

4
ppa
View File

@@ -105,7 +105,7 @@ build() {
if [ "$failed" == "" ]
then
# success!, nuke the chroot
$ccm n
echo $ccm n
else
# some failures, just delete the packages
$ccm d
@@ -180,4 +180,4 @@ if [ "$#" -gt 0 ]; then
else
echo "Must specify a command, eg: add, build, list, clean"
exit 1
fi
fi