File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
mympdos/build/mympdos-base/mympdos-base/fs/usr/bin Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11#! /bin/sh
22
33# SPDX-License-Identifier: GPL-3.0-or-later
4- # myMPDos (c) 2020-2023 Juergen Mang <mail@jcgames.de>
4+ # myMPDos (c) 2020-2025 Juergen Mang <mail@jcgames.de>
55# https://github.com/jcorporation/myMPDos
66
77# Upgrades alpine to a new version
1515echo " Updating alpine boot image to ${V_MAJOR} .${V_MINOR} .${V_POINT} "
1616echo " - Downloading"
1717BOOTDEV=" /media/mmcblk0p1"
18- ARCHIVE=" alpine-rpi-${V_MAJOR} .${V_MINOR} .${V_POINT} -aarch64.tar.gz"
18+ ARCHIVE=" /tmp/ alpine-rpi-${V_MAJOR} .${V_MINOR} .${V_POINT} -aarch64.tar.gz"
1919BACKUP_FILE=" /tmp/old_boot.tgz"
2020
2121if ! wget -q " http://dl-cdn.alpinelinux.org/alpine/v${V_MAJOR} .${V_MINOR} /releases/aarch64/$ARCHIVE " -O " $ARCHIVE "
You can’t perform that action at this time.
0 commit comments