Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a96572cbe4 | ||
| d4fd20cf74 | |||
|
|
fa6c250381 | ||
| d2241effff |
@@ -5,9 +5,6 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
|
||||||
- cron: "28 5 * * *"
|
|
||||||
# workflow_run support in Gitea can be tricky, keeping it but might need adjustment
|
|
||||||
workflow_run:
|
workflow_run:
|
||||||
workflows: ["Sync Repo"]
|
workflows: ["Sync Repo"]
|
||||||
types:
|
types:
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
name: Update README
|
name: Update README
|
||||||
|
|
||||||
# Allow Gitea Actions to commit and push changes
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
||||||
|
|||||||
19
README.md
19
README.md
@@ -1,6 +1,6 @@
|
|||||||
asassa
|
## Linux Computer Info script
|
||||||
|
|
||||||
|
|
||||||
|
Copy and run on shell, no privileged access required.
|
||||||
|
|
||||||
```
|
```
|
||||||
clear && \
|
clear && \
|
||||||
@@ -49,10 +49,17 @@ echo "" && \
|
|||||||
echo "############################ SYSTEM INFORMATION ############################" && 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
|
[ivancarlos]: https://ivancarlos.me
|
||||||
|
[buymeacoffee]: https://www.buymeacoffee.com/ivancarlos
|
||||||
|
|
||||||
saas
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"version": "2.1.1",
|
"version": "2.1.3",
|
||||||
"author": "Ivan Carlos"
|
"author": "Ivan Carlos"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user