Recipes https://www.softaculous.com/board/index.php?tid=15776 <![CDATA[Recipes]]> https://www.softaculous.com/board/index.php?tid=15776&tpg=1#p47541
Code
apt-get update -y
followed by
Code
apt-get upgrade -y
always did the job.
You just may need to add further opton to the upgrade command (for being able to silently upgrade packages that have changes in their config file and so on.)
]]>
Mon, 14 Oct 2019 12:26:33 GMT https://www.softaculous.com/board/index.php?tid=15776&tpg=1#p47541
<![CDATA[Recipes]]> https://www.softaculous.com/board/index.php?tid=15776&tpg=1#p47540 Mon, 14 Oct 2019 12:18:24 GMT https://www.softaculous.com/board/index.php?tid=15776&tpg=1#p47540 <![CDATA[Recipes]]> https://www.softaculous.com/board/index.php?tid=15776&tpg=1#p47532
Code
apt-get  update -y

in your recipe and you are done.
]]>
Mon, 14 Oct 2019 07:12:08 GMT https://www.softaculous.com/board/index.php?tid=15776&tpg=1#p47532
<![CDATA[]]> https://www.softaculous.com/board/index.php?tid=15776&tpg=0#p47520 So I am now trying to add some recipes and am struggling on 2 counts.
1. Trying to create recipe for ubuntu 16 iso to do apt-upgrade silently(non-interactive) on vps build. I am using:
Quote
DEBIAN_FRONTEND=noninteractive apt-get -y -o DPkg::options::="--force-confdef" -o DPkg::options::="--force-confold" upgrade
(need all the force commands cos of grub-pc)
This code runs fine when entering manually but recipe doesn't seem to run on vps build.

2. In user manage panel I would expect to see the recipes icon so this same recipe could be run manually by user, but not seeing it. I have checked that the disable recipes in configuration is NOT enabled.
]]>
Sat, 12 Oct 2019 14:55:27 GMT https://www.softaculous.com/board/index.php?tid=15776&tpg=0#p47520