File tree Expand file tree Collapse file tree 4 files changed +5
-10
lines changed
Expand file tree Collapse file tree 4 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -107,15 +107,9 @@ jobs:
107107
108108 - name : Install shfmt and shellcheck
109109 run : |
110- # Install shellcheck from apt (0.10.0 on Ubuntu 24.04 )
110+ # Install from apt (Ubuntu 24.04: shellcheck 0.10.0, shfmt 3.8.0 )
111111 sudo apt-get update
112- sudo apt-get install -y shellcheck
113-
114- # Install shfmt from GitHub releases
115- curl -fsSL "https://github.com/mvdan/sh/releases/download/v${{ env.SHFMT_VERSION }}/shfmt_v${{ env.SHFMT_VERSION }}_linux_amd64" \
116- -o /tmp/shfmt
117- sudo install -m 755 /tmp/shfmt /usr/local/bin/shfmt
118- rm /tmp/shfmt
112+ sudo apt-get install -y shellcheck shfmt
119113
120114 # Verify installations
121115 shfmt --version
Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ install:
118118 @ echo " Installing project dependencies..."
119119 nimble refresh
120120 nimble install -d --accept
121+ nimble setup
121122 @ echo " Dependencies installed"
122123
123124# Update all dependencies
Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ ZIG_VERSION=0.15.2
1717RISCSTAR_VERSION = 15.2-r1
1818BOOTLIN_ARMV5_VERSION = armv5-eabi--musl--stable-2025.08-1
1919UV_VERSION = 0.9.24
20- SHFMT_VERSION = 3.10 .0
20+ SHFMT_VERSION = 3.8 .0
Original file line number Diff line number Diff line change 33#
44# Package
55
6- version = " 0.5.3 "
6+ version = " 0.5.4 "
77author = " Aryan Ameri"
88description = " Yet Another BTRFS Backup"
99license = " MPL 2.0"
You can’t perform that action at this time.
0 commit comments