#!/bin/bash
#
# VERSION=1
# CHANGES=init

mount -o remount,rw /
mount -o remount,rw /usr/local

exit 0
