Replies: 1 comment 2 replies
-
|
I can add options like: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When installing from Task Scheduler is it possible to pass an argument into the task scheduler for the packages I want to install?
In my case I would like to skip the installation of the Media Server as I do not need it. I could alter the code and hard code option nr. 4 but when new releases appear I would need to alter the code again.
Would the code below work?
printf "4\n" | sudo bash /volume1/path_to_script/videostation_for_722.shOr maybe even:
printf "4\n" | bash /volume1/path_to_script/videostation_for_722.sh >/dev/null 2>&1Beta Was this translation helpful? Give feedback.
All reactions