<rss
      xmlns:atom="http://www.w3.org/2005/Atom"
      xmlns:media="http://search.yahoo.com/mrss/"
      xmlns:content="http://purl.org/rss/1.0/modules/content/"
      xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
      xmlns:dc="http://purl.org/dc/elements/1.1/"
      version="2.0"
    >
      <channel>
        <title><![CDATA[Freedom Tech]]></title>
        <description><![CDATA[Take Back Your Digital Freedom from the Tech Tyrants and Big Brother]]></description>
        <link>https://freedomtech.npub.pro/tag/joplin/</link>
        <atom:link href="https://freedomtech.npub.pro/tag/joplin/rss/" rel="self" type="application/rss+xml"/>
        <itunes:new-feed-url>https://freedomtech.npub.pro/tag/joplin/rss/</itunes:new-feed-url>
        <itunes:author><![CDATA[Freedom Tech]]></itunes:author>
        <itunes:subtitle><![CDATA[Take Back Your Digital Freedom from the Tech Tyrants and Big Brother]]></itunes:subtitle>
        <itunes:type>episodic</itunes:type>
        <itunes:owner>
          <itunes:name><![CDATA[Freedom Tech]]></itunes:name>
          <itunes:email><![CDATA[Freedom Tech]]></itunes:email>
        </itunes:owner>
            
      <pubDate>Sun, 25 Aug 2024 05:08:35 GMT</pubDate>
      <lastBuildDate>Sun, 25 Aug 2024 05:08:35 GMT</lastBuildDate>
      
      <itunes:image href="https://m.primal.net/IFWY.png" />
      <image>
        <title><![CDATA[Freedom Tech]]></title>
        <link>https://freedomtech.npub.pro/tag/joplin/</link>
        <url>https://m.primal.net/IFWY.png</url>
      </image>
      <item>
      <title><![CDATA[Install Joplin Notes Directly From GitHub w/Auto Updates]]></title>
      <description><![CDATA[How to install Joplin in Linux with auto updates]]></description>
             <itunes:subtitle><![CDATA[How to install Joplin in Linux with auto updates]]></itunes:subtitle>
      <pubDate>Sun, 25 Aug 2024 05:08:35 GMT</pubDate>
      <link>https://freedomtech.npub.pro/post/1724562456092/</link>
      <comments>https://freedomtech.npub.pro/post/1724562456092/</comments>
      <guid isPermaLink="false">naddr1qqxnzdejxs6nvv35x5mrqwfjqgsym07t03wahqjfl8r7hrppuqvlpralklk9mm25pzmpgkgtawx3d9grqsqqqa2870p8du</guid>
      <category>Joplin</category>
      
        <media:content url="https://image.nostr.build/b60465656dc9682652e5486bf60f1eeb1494ecbc08443dd5f7d1e3a872fb7fdc.png" medium="image"/>
        <enclosure 
          url="https://image.nostr.build/b60465656dc9682652e5486bf60f1eeb1494ecbc08443dd5f7d1e3a872fb7fdc.png" length="0" 
          type="image/png" 
        />
      <noteId>naddr1qqxnzdejxs6nvv35x5mrqwfjqgsym07t03wahqjfl8r7hrppuqvlpralklk9mm25pzmpgkgtawx3d9grqsqqqa2870p8du</noteId>
      <npub>npub1fkluklzamwpyn7w8awxzrcqe7z8mldlvthk4gz9kz3vsh6udz62s9qj48l</npub>
      <dc:creator><![CDATA[Freedom Tech]]></dc:creator>
      <content:encoded><![CDATA[<p>There aren't any non-snap repositories for installing Joplin Notes on Linux, so one thing you can do is install and update it directly from GitHub using their wget command. However, you may want to use the <a href="%5Bnostr:nevent1thmf6h653lwy507fpgenrc8a409azxfa339vdq0kf3f3x732gf6q3d7ygh%5D(nostr:nevent1thmf6h653lwy507fpgenrc8a409azxfa339vdq0kf3f3x732gf6q3d7ygh)">Zap Appimage Manager Tool</a> to install the Joplin Appimage from Joplin's GitHib.</p>
<ol>
<li>First update your system</li>
</ol>
<pre><code>sudo apt update &amp;&amp; sudo apt upgrade
</code></pre>
<ol start="2">
<li>Wget and run the install upgrade script:</li>
</ol>
<pre><code>sudo wget -O - https://raw.githubusercontent.com/laurent22/joplin/dev/Joplin_install_and_update.sh | bash
</code></pre>
<ol start="3">
<li>For auto updates, set up a Cronjob, so first open crontab for editing:</li>
</ol>
<pre><code>sudo crontab -e
</code></pre>
<ol start="4">
<li>Add this line to the end of the crontab file which will check for Joplin updates when your system boots, as explained <a href="https://phoenixnap.com/kb/crontab-reboot">here</a> 👈.</li>
</ol>
<pre><code>@reboot wget -O - https://raw.githubusercontent.com/laurent22/joplin/dev/Joplin_install_and_update.sh &gt;/dev/null 2&gt;&amp;1 | bash &gt;/dev/null 2&gt;&amp;1
</code></pre>
<p>Or you can run the command in Step 2 anytime you want to manually update.</p>
<p>⚡️ [Follow](<a href="/author/npub1fkluklzamwpyn7w8awxzrcqe7z8mldlvthk4gz9kz3vsh6udz62s9qj48l/">Freedom Tech</a>) | 🗣 <a href="%5Bnostr:nevent1qqsyle9lxzgt5zvd84yhvcdgm7mtthuva2fn076nhzd6qaxd4jyudzqzypxmljmuthdcyj0ecl4ccg0qr8cgl0aha3w764qgkc29jzlt35tf2qcyqqqqq2q4hy6hy%5D(nostr:nevent1qqsyle9lxzgt5zvd84yhvcdgm7mtthuva2fn076nhzd6qaxd4jyudzqzypxmljmuthdcyj0ecl4ccg0qr8cgl0aha3w764qgkc29jzlt35tf2qcyqqqqq2q4hy6hy)">Discuss</a></p>
<p><a href='/tag/joplin/'>#Joplin</a> <a href='/tag/joplinnotes/'>#JoplinNotes</a> <a href='/tag/linux/'>#Linux</a> <a href='/tag/noteapps/'>#NoteApps</a></p>
]]></content:encoded>
      <itunes:author><![CDATA[Freedom Tech]]></itunes:author>
      <itunes:summary><![CDATA[<p>There aren't any non-snap repositories for installing Joplin Notes on Linux, so one thing you can do is install and update it directly from GitHub using their wget command. However, you may want to use the <a href="%5Bnostr:nevent1thmf6h653lwy507fpgenrc8a409azxfa339vdq0kf3f3x732gf6q3d7ygh%5D(nostr:nevent1thmf6h653lwy507fpgenrc8a409azxfa339vdq0kf3f3x732gf6q3d7ygh)">Zap Appimage Manager Tool</a> to install the Joplin Appimage from Joplin's GitHib.</p>
<ol>
<li>First update your system</li>
</ol>
<pre><code>sudo apt update &amp;&amp; sudo apt upgrade
</code></pre>
<ol start="2">
<li>Wget and run the install upgrade script:</li>
</ol>
<pre><code>sudo wget -O - https://raw.githubusercontent.com/laurent22/joplin/dev/Joplin_install_and_update.sh | bash
</code></pre>
<ol start="3">
<li>For auto updates, set up a Cronjob, so first open crontab for editing:</li>
</ol>
<pre><code>sudo crontab -e
</code></pre>
<ol start="4">
<li>Add this line to the end of the crontab file which will check for Joplin updates when your system boots, as explained <a href="https://phoenixnap.com/kb/crontab-reboot">here</a> 👈.</li>
</ol>
<pre><code>@reboot wget -O - https://raw.githubusercontent.com/laurent22/joplin/dev/Joplin_install_and_update.sh &gt;/dev/null 2&gt;&amp;1 | bash &gt;/dev/null 2&gt;&amp;1
</code></pre>
<p>Or you can run the command in Step 2 anytime you want to manually update.</p>
<p>⚡️ [Follow](<a href="/author/npub1fkluklzamwpyn7w8awxzrcqe7z8mldlvthk4gz9kz3vsh6udz62s9qj48l/">Freedom Tech</a>) | 🗣 <a href="%5Bnostr:nevent1qqsyle9lxzgt5zvd84yhvcdgm7mtthuva2fn076nhzd6qaxd4jyudzqzypxmljmuthdcyj0ecl4ccg0qr8cgl0aha3w764qgkc29jzlt35tf2qcyqqqqq2q4hy6hy%5D(nostr:nevent1qqsyle9lxzgt5zvd84yhvcdgm7mtthuva2fn076nhzd6qaxd4jyudzqzypxmljmuthdcyj0ecl4ccg0qr8cgl0aha3w764qgkc29jzlt35tf2qcyqqqqq2q4hy6hy)">Discuss</a></p>
<p><a href='/tag/joplin/'>#Joplin</a> <a href='/tag/joplinnotes/'>#JoplinNotes</a> <a href='/tag/linux/'>#Linux</a> <a href='/tag/noteapps/'>#NoteApps</a></p>
]]></itunes:summary>
      <itunes:image href="https://image.nostr.build/b60465656dc9682652e5486bf60f1eeb1494ecbc08443dd5f7d1e3a872fb7fdc.png"/>
      </item>
      
      </channel>
      </rss>
    