<div dir="ltr"><div class="gmail_default" style="font-family:monospace;font-size:large">thanks Ken!</div><div class="gmail_default" style="font-family:monospace;font-size:large"><br></div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div><b><font size="2">Ignacio Sniechowski</font></b><b><br></b></div><div><br></div><div><b><br></b></div><div><br></div><div><b></b></div><div><b><br></b></div><div><b><br></b></div><div><b><br></b></div><div><b><br></b></div><div><b></b><br></div><b><div><b><br></b></div><div><b><br></b></div><div><b><br></b></div><br></b><b><br></b><b><br></b><div><br><br><div style="text-align:left"><br></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Dec 22, 2021 at 12:28 PM <<a href="mailto:ken.dickey@whidbey.com">ken.dickey@whidbey.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">On 2021-12-22 07:11, Rafael Ignacio Matías Sniechowski via Cuis-dev <br>
wrote:<br>
<br>
> Which is the proper way to install core updates to the Cuis image.<br>
<br>
In a shell (I use Linux):<br>
   ./pullAllRepos<br>
<br>
In the Cuis base image:<br>
   World Menu --> Changes.. --> Install New Updates<br>
<br>
At this time I usually save the image renamed to<br>
   Dev-<revision#><br>
<br>
Then I have a soft link<br>
   rm Dev.image<br>
   ln -s Dev-<revision#>.image Dev.image<br>
<br>
And I have a script called "cuis" (attached). Basically:<br>
   #!/bin/bash<br>
   squeak $CUIS/Dev.image &<br>
<br>
Hey, I am lazy.  This is about as lazy as I can make it without working <br>
on it.<br>
<br>
Cheers,<br>
-KenD<br>
</blockquote></div>