1
0
mirror of https://github.com/j-a-n/raspberrymatic-addon-rmupdate.git synced 2023-10-10 11:37:40 +00:00

version 0.2

This commit is contained in:
Jan Schneider
2017-03-26 20:59:14 +02:00
parent 207e9f95af
commit 62e04d5414
5 changed files with 10 additions and 11 deletions

View File

@@ -200,7 +200,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
rest("GET", "/is_system_upgradeable", null, function(upgradeable) {
if (!upgradeable) {
var message = 'Filesystems to small, system not upgradeable!<br />';
message += 'Please download and install adapted <a href="https://github.com/j-a-n/raspberrymatic-addon-rmupdate">RaspMatic image</a> first.';
message += 'Please download and install adjusted RaspMatic image from <a href="https://github.com/j-a-n/raspberrymatic-addon-rmupdate">RaspMatic image</a> first.';
display_message('error', message, 6000000);
}
});