Skip to content

Commit

Permalink
Auto deploy from GitHub Actions build 464
Browse files Browse the repository at this point in the history
taoky: [6babf7a] ubuntu-ports: Fix sed in Armbian env

Works like ba48848 and replaces #257

DEB822 sed is not replaced -- Armbian is not using DEB822 now (https://github.com/armbian/build/blob/ec8c470da3f3fa60d0b4fba2e3e7b07610c5f859/lib/functions/rootfs/distro-specific.sh#L86)
  • Loading branch information
web-flow authored Jun 30, 2024
1 parent 2973a26 commit 89f3f2c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2606,8 +2606,8 @@ <h1 id="_1">帮助首页<a class="headerlink" href="#_1" title="Permanent link">
<p>提示:可以按下 <span class="keys"><kbd class="key-s">S</kbd></span> 键开始搜索。</p>
<div class="admonition info">
<p class="admonition-title">信息</p>
<p>本帮助页面部署自 <a href="https://github.com/ustclug/mirrorhelp/commit/ba48848a513a366cb7abecccbed3c8d735a0dc55"><code>ba48848</code> taoky: debian-security: Fix for some distros not using debian-security path</a></p>
<p>更新时间:2024-07-01 03:00:24</p>
<p>本帮助页面部署自 <a href="https://github.com/ustclug/mirrorhelp/commit/6babf7accb5a82e95f949ce6a1326fb5a7f4fb67"><code>6babf7a</code> taoky: ubuntu-ports: Fix sed in Armbian env</a></p>
<p>更新时间:2024-07-01 03:11:10</p>
</div>


Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion ubuntu-ports.html
Original file line number Diff line number Diff line change
Expand Up @@ -2846,7 +2846,9 @@ <h3 id="_6">手动更改配置文件<a class="headerlink" href="#_6" title="Perm
<ul>
<li>
<p>传统格式(<code>/etc/apt/sources.list</code></p>
<div class="highlight"><pre><span></span><code><a id="__codelineno-2-1" name="__codelineno-2-1" href="#__codelineno-2-1"></a>sudo<span class="w"> </span>sed<span class="w"> </span>-i<span class="w"> </span><span class="s1">&#39;s@//ports.ubuntu.com@//mirrors.ustc.edu.cn@g&#39;</span><span class="w"> </span>/etc/apt/sources.list
<div class="highlight"><pre><span></span><code><a id="__codelineno-2-1" name="__codelineno-2-1" href="#__codelineno-2-1"></a>sudo<span class="w"> </span>sed<span class="w"> </span>-i<span class="w"> </span>-e<span class="w"> </span><span class="s1">&#39;s@//ports.ubuntu.com/\? @//ports.ubuntu.com/ubuntu-ports @g&#39;</span><span class="w"> </span><span class="se">\</span>
<a id="__codelineno-2-2" name="__codelineno-2-2" href="#__codelineno-2-2"></a><span class="w"> </span>-e<span class="w"> </span><span class="s1">&#39;s@//ports.ubuntu.com@//mirrors.ustc.edu.cn@g&#39;</span><span class="w"> </span><span class="se">\</span>
<a id="__codelineno-2-3" name="__codelineno-2-3" href="#__codelineno-2-3"></a><span class="w"> </span>/etc/apt/sources.list
</code></pre></div>
</li>
<li>
Expand Down

0 comments on commit 89f3f2c

Please sign in to comment.