diff --git a/content/20240204184839 Raspi4 家サーバー 作業ログ.md b/content/20240204184839 Raspi4 家サーバー 作業ログ.md index 89bbd3f..aed8186 100644 --- a/content/20240204184839 Raspi4 家サーバー 作業ログ.md +++ b/content/20240204184839 Raspi4 家サーバー 作業ログ.md @@ -26,9 +26,18 @@ wsl2上のubuntuから、sshで接続確認。(名前とパスワード。後で - [[20240204222141 sshを公開鍵認証にする|sshを公開鍵認証にする]] - [[20240211171220 sshのポートを変更する|sshのポートを変更する]] - +`/etc/apt/sources.list`を書きかえて、最適なミラーを選ぶようにする +``` +deb http://httpredir.debian.org/debian bookworm main contrib non-free non-free-firmware +deb http://httpredir.debian.org/debian-security/ bookworm-security main contrib non-free non-free-firmware +deb http://httpredir.debian.org/debian bookworm-updates main contrib non-free non-free-firmware +# Uncomment deb-src lines below then 'apt-get update' to enable 'apt-get source' +#deb-src http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware +#deb-src http://deb.debian.org/debian-security/ bookworm-security main contrib non-free non-free-firmware +#deb-src http://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware +``` ### OSを最新に -これは日々やる作業 +これは日々やる作業。 `$ sudo apt update` ```sh