Files
manuals/bin/aptitude
2024-01-30 23:15:00 +03:00

5 lines
83 B
Bash

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