Skip to content

Commit a6cb606

Browse files
authored
fix
1 parent 93664a0 commit a6cb606

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.github/workflows/updates.yml renamed to .github/workflows/kali.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Updating Kali Linux
1+
name: Kali Linux
22

33
on:
44
schedule:
@@ -39,20 +39,21 @@ jobs:
3939
run: |
4040
cat > DETAILS.md << 'EOF'
4141
## Termux app
42-
- **apk**: https://github.com/termux/termux-app/releases/download/v0.118.3/termux-app_v0.118.3+github-debug_universal.apk
43-
- **release**: https://github.com/termux/termux-app/releases
42+
- **App**: https://github.com/termux/termux-app/releases/download/v0.118.3/termux-app_v0.118.3+github-debug_universal.apk
43+
- **Release**: https://github.com/termux/termux-app/releases
4444
4545
## Nethunter vnc
46-
- **apk**: https://store.nethunter.com/repo/com.offsec.nethunter.kex_11525001.apk
47-
- **release**: https://store.nethunter.com/packages/com.offsec.nethunter.kex
46+
- **App**: https://store.nethunter.com/repo/com.offsec.nethunter.kex_11525001.apk
47+
- **Release**: https://store.nethunter.com/packages/com.offsec.nethunter.kex
4848
4949
## Architectures
50-
- **arm64**: 64-bit ARM devices
51-
- **armhf**: 32-bit ARM devices
50+
- **Arm64**: 64-bit ARM devices
51+
- **Armhf**: 32-bit ARM devices
5252
5353
## Variants
54-
- **minimal**: Minimal installation with essential tools
55-
- **nano**: Even more minimal footprint
54+
- **Full**: Full installation includes vnc desktop server
55+
- **Minimal**: Minimal installation with essential tools
56+
- **Nano**: Even more minimal footprint
5657
EOF
5758
5859
echo -e "\n## Checksums" >> DETAILS.md

0 commit comments

Comments
 (0)