-
Notifications
You must be signed in to change notification settings - Fork 3
add "hollywood" and "nyancat" packages #7
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -226,6 +226,8 @@ fun_packages: | |
| - nethack-console | ||
| - tty-clock | ||
| - bastet | ||
| - hollywood | ||
| - nyancat | ||
|
Comment on lines
+229
to
+230
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chain🏁 Script executed: #!/bin/bash
set -euo pipefail
# Run this on each supported distro/codename image (e.g., ubuntu/debian variants).
for pkg in hollywood nyancat; do
echo "Checking package: $pkg"
if apt-cache show "$pkg" >/dev/null 2>&1; then
echo " -> available"
else
echo " -> NOT available (would fail apt task)"
fi
doneRepository: allthingslinux/atl.sh Length of output: 200 Do not add The verification confirms neither 🤖 Prompt for AI AgentsThere was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. P3: Duplicate Prompt for AI agents |
||
|
|
||
| # ────────────────────────────────────────────── | ||
| # System tools (admin) | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
nyancatpackage is already present in this list on line 224, which makes this addition a duplicate. Please only add the newhollywoodpackage.For future reference, to improve maintainability, it's good practice to keep lists like this sorted alphabetically.
- hollywood