Loading src/install.sh +6 −1 Original line number Diff line number Diff line Loading @@ -301,7 +301,12 @@ rm -rf "$MOUNT" echo "$BASE" > "$STORAGE"/dsm.ver if [[ "$URL" == "file://${STORAGE}/${BASE}.pat" ]]; then rm -f "$PAT" else mv -f "$PAT" "$STORAGE"/"$BASE".pat fi mv -f "$BOOT" "$STORAGE"/"$BASE".boot.img mv -f "$SYSTEM" "$STORAGE"/"$BASE".system.img Loading Loading
src/install.sh +6 −1 Original line number Diff line number Diff line Loading @@ -301,7 +301,12 @@ rm -rf "$MOUNT" echo "$BASE" > "$STORAGE"/dsm.ver if [[ "$URL" == "file://${STORAGE}/${BASE}.pat" ]]; then rm -f "$PAT" else mv -f "$PAT" "$STORAGE"/"$BASE".pat fi mv -f "$BOOT" "$STORAGE"/"$BASE".boot.img mv -f "$SYSTEM" "$STORAGE"/"$BASE".system.img Loading