#!/bin/sh

sudo removepkg mysql

for i in *.txz ; do
  sudo updatepkg -f $i |& tee -a update.log
done
