-
-
Notifications
You must be signed in to change notification settings - Fork 695
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Figlet alternative / native header in shell #1270
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
) * Big Update: Build.func Install.Func Create_LXC * Change Author Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Fix indentation / naming / echos * Fix some Parts * Add alpine-install.func * update alpine to 3.20 * fix spaces * Update build.func * Merge Create_LXC from DEV * Merge from DEV * Merge from DEV --------- Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
* Update ALL CT's to new default * Minor Changes * Merge Bookstack from main * Indention Bookstack * Merge Vikunja from Main * Merge Komga from Main * Merge Unifi from Main
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Update debian-vm.sh * Update debian-vm.json
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* New Script: LXC IP-Tag * add comma in json * Update misc/add-lxc-iptag.sh Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update json/add-lxc-iptag.json Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update json/add-lxc-iptag.json Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * remove files * Full-Update to Single-File * Finalo * Update add-lxc-iptag.json --------- Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix Plex Port * fix ressources adguard * fix photoprism ressource
direct merge because issue in big merge
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Update pf2etools-install.sh * Fix GPG 5F
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Fix Zigbee2MQTT BreakingChange to Version 2.0.0 * Update zigbee2mqtt.sh * Fix Installation Zigbee2Mqtt 2.0.0 * Fix Zigbee2MQTT V.2.0.0 * Update zigbee2mqtt-install.sh * update script * Update install/zigbee2mqtt-install.sh Co-authored-by: Sébastiaan <se_bastiaan@outlook.com> * add pnpm build * add pnpm build * update nodejs * Update ct/zigbee2mqtt.sh Co-authored-by: Sébastiaan <se_bastiaan@outlook.com> --------- Co-authored-by: Sébastiaan <se_bastiaan@outlook.com>
* Add RAM and Disk units * MB to MiB
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
We would like to keep the sant if possible, we are working on a alternative. Also you have 288 commits. this can not be right. no need to reopen |
Apologies. Total failure on my part creating this PR. I'll try again. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
✍️ Description
Provide a summary of the changes made and/or reference the issue being addressed.
Removed Figlet and display the relevant information for the project instead using echo.
I left a place holder for a ASCII art of your choice in the variables at the beginning.
Please remove unneeded lines!
Help Wanted: Figlet alternative / native header in shell #1246
Help Wanted: Figlet alternative / native header in shell #1247
🛠️ Type of Change
Please check the relevant options:
✅ Prerequisites
The following steps must be completed for the pull request to be considered:
📋 Additional Information (optional)
Provide any extra context or screenshots about the feature or fix here.
I'm not a professional coder and not fully familiar with creating/merging GitHub PRs.