4 Commits
v2.1.1 ... main

Author SHA1 Message Date
Gitea Actions
a96572cbe4 Update manifest version to 2.1.3 [▶️] 2026-01-23 02:14:48 +00:00
d4fd20cf74 Update README.md
All checks were successful
Build, Push, Publish / Build & Release (push) Successful in 22s
2026-01-23 02:14:20 +00:00
Gitea Actions
fa6c250381 Update manifest version to 2.1.2 [▶️] 2025-12-22 05:43:13 +00:00
d2241effff fix release build, add readme update for some repo
All checks were successful
Build, Push, Publish / Build & Release (push) Successful in 22s
2025-12-22 01:44:08 -03:00
4 changed files with 14 additions and 11 deletions

View File

@@ -5,9 +5,6 @@ on:
branches:
- main
workflow_dispatch:
schedule:
- cron: "28 5 * * *"
# workflow_run support in Gitea can be tricky, keeping it but might need adjustment
workflow_run:
workflows: ["Sync Repo"]
types:

View File

@@ -1,6 +1,5 @@
name: Update README
# Allow Gitea Actions to commit and push changes
permissions:
contents: write

View File

@@ -1,6 +1,6 @@
asassa
## Linux Computer Info script
Copy and run on shell, no privileged access required.
```
clear && \
@@ -49,10 +49,17 @@ echo "" && \
echo "############################ SYSTEM INFORMATION ############################" && echo ""
````
<!-- footer -->
---
## 🧑‍💻 Consulting and technical support
* For personal support and queries, please submit a new issue to have it addressed.
* For commercial related questions, please [**contact me**][ivancarlos] for consulting costs.
| 🩷 Project support |
| :---: |
If you found this project helpful, consider [**buying me a coffee**][buymeacoffee]
|Thanks for your support, it is much appreciated!|
asd
saas
[ivancarlos]: https://ivancarlos.me
[buymeacoffee]: https://www.buymeacoffee.com/ivancarlos

View File

@@ -1,4 +1,4 @@
{
"version": "2.1.1",
"version": "2.1.3",
"author": "Ivan Carlos"
}