mirror of
https://github.com/Retropex/raspiblitz.git
synced 2025-05-28 13:02:30 +02:00
specter update to 2.0.5 (#4844)
This commit is contained in:
parent
fe02f757d2
commit
9e8a40642d
@ -1,3 +1,10 @@
|
|||||||
|
## What's new in Version 1.12.0 of RaspiBlitz?
|
||||||
|
|
||||||
|
Features:
|
||||||
|
|
||||||
|
- Update: Specter Desktop 2.0.5 [details](https://github.com/cryptoadvance/specter-desktop/releases/tag/v2.0.5)
|
||||||
|
|
||||||
|
|
||||||
## What's new in Version 1.11.3 of RaspiBlitz?
|
## What's new in Version 1.11.3 of RaspiBlitz?
|
||||||
|
|
||||||
Optimized now to run also on plain debian12 linux for Proxmox/VM & x86 systems.
|
Optimized now to run also on plain debian12 linux for Proxmox/VM & x86 systems.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# https://github.com/cryptoadvance/specter-desktop
|
# https://github.com/cryptoadvance/specter-desktop
|
||||||
|
|
||||||
pinnedVersion="2.0.4"
|
pinnedVersion="2.0.5"
|
||||||
|
|
||||||
# command info
|
# command info
|
||||||
if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then
|
if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user