<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=6490&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Update script for script hobbyists]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=6490</link>
		<description><![CDATA[The most recent posts in Update script for script hobbyists.]]></description>
		<lastBuildDate>Thu, 27 Jun 2024 17:56:50 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Update script for script hobbyists]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=50723#p50723</link>
			<description><![CDATA[<p>@tux2bsd THANKS!</p><p>A spelling mistake!!!! Facepalm....</p>]]></description>
			<author><![CDATA[dummy@example.com (swanson)]]></author>
			<pubDate>Thu, 27 Jun 2024 17:56:50 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=50723#p50723</guid>
		</item>
		<item>
			<title><![CDATA[Re: Update script for script hobbyists]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=50688#p50688</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><div class="codebox"><pre><code>Apt uppdates database</code></pre></div></div></blockquote></div><p>A small typo <em>fixed</em> &amp; banner message slightly more centrally aligned + code indenting:</p><div class="codebox"><pre><code>#!/bin/bash
echo &quot;________________________ Apt updates database _________________________&quot;
apt update &amp;&amp; apt list --upgradeable
echo &quot;-----------&gt; Upgrade? y/NO&quot;
read ANSWER
if [ &quot;$ANSWER&quot; = &quot;y&quot; ] || [ &quot;$ANSWER&quot; = &quot;Y&quot; ]; then
    apt upgrade -y
else
    echo &quot;No upgrades today!&quot;
fi</code></pre></div><p>and a bonus accept capital Y</p>]]></description>
			<author><![CDATA[dummy@example.com (tux2bsd)]]></author>
			<pubDate>Tue, 25 Jun 2024 10:00:24 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=50688#p50688</guid>
		</item>
		<item>
			<title><![CDATA[Re: Update script for script hobbyists]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=48932#p48932</link>
			<description><![CDATA[<p>Nice one, thanks! :-)</p>]]></description>
			<author><![CDATA[dummy@example.com (GlennW)]]></author>
			<pubDate>Thu, 14 Mar 2024 22:22:50 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=48932#p48932</guid>
		</item>
		<item>
			<title><![CDATA[Update script for script hobbyists]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=48908#p48908</link>
			<description><![CDATA[<p>Just a hobby script I use daily (almost):</p><div class="codebox"><pre><code>#!/bin/bash
echo &quot;___________________ Apt uppdates database ___________________________&quot;
apt update &amp;&amp; apt list --upgradeable
echo &quot;-----------&gt; Upgrade? y/NO&quot;
read ANSWER
if [ &quot;$ANSWER&quot; = &quot;y&quot; ]; then
apt upgrade -y
else
echo &quot;No upgrades today!&quot;
fi</code></pre></div><p>I used to use another script but since the problems with kernel 6.1.018 and the Nvidia driver, I like to review the upgrades beforehand. Some upgrades are more system critical than others, and some look fishy too. You have to be prepared. <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (swanson)]]></author>
			<pubDate>Thu, 14 Mar 2024 09:07:17 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=48908#p48908</guid>
		</item>
	</channel>
</rss>
