mirror of
http://git.ua1zbe.ru/ua1zbe/manuals.git
synced 2026-04-03 23:32:33 +00:00
5 lines
79 B
Bash
5 lines
79 B
Bash
#!/bin/bash
|
|
mount -o remount,rw /
|
|
mount -o remount,rw /boot
|
|
/usr/bin/dpkg "$@"
|