mirror of
http://git.ua1zbe.ru/ua1zbe/manuals.git
synced 2026-08-11 18:30:39 +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 "$@"
|