manuals/bin/dpkg

5 lines
79 B
Bash

#!/bin/bash
mount -o remount,rw /
mount -o remount,rw /boot
/usr/bin/dpkg "$@"