source:
lliurex-up/trunk/fuentes/lliurex-up-core/usr/share/lliurex-up/commonScripts/forceinstall
@
3036
Last change on this file since 3036 was 3036, checked in by , 4 years ago | |
---|---|
|
|
File size: 110 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | ACTION="$1" |
3 | case "$ACTION" in |
4 | preActions|postActions) |
5 | apt-get install -f --force-yes |
6 | ;; |
7 | esac |
Note: See TracBrowser
for help on using the repository browser.