diff options
| author | Slack Coder <slackcoder@server.ky> | 2025-03-25 06:11:02 -0500 |
|---|---|---|
| committer | Slack Coder <slackcoder@server.ky> | 2025-03-25 06:11:02 -0500 |
| commit | 6f451cae7d21c8439b4a04750cb0e945d7c1c599 (patch) | |
| tree | c07ca865843f06d7d9ca0a00942871ba1e496a64 | |
| parent | df2142835b6d28622edf908b40924f19faae53b1 (diff) | |
| download | sbotools2-6f451cae7d21c8439b4a04750cb0e945d7c1c599.tar.xz | |
todo
| -rw-r--r-- | correctly check for non-existent slackbuilds.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/correctly check for non-existent slackbuilds.md b/correctly check for non-existent slackbuilds.md new file mode 100644 index 0000000..10a0ccc --- /dev/null +++ b/correctly check for non-existent slackbuilds.md @@ -0,0 +1,7 @@ +# Correctly check for non-existent SlackBuilds + +Verify the existence of all SlackBuilds given as arguments with sboinstall and +sboupgrade. Currently all but the first are checked. This only causes a +problem when '--nointeractive' is set. + +Thanks again pghvlaans! |
