1
0
Fork 0
mirror of https://github.com/kou029w/dotfiles.git synced 2025-01-18 16:07:59 +00:00

Upgrade to Ubuntu 24.04 LTS

This commit is contained in:
Nebel 2024-05-07 17:50:11 +09:00
parent d2b4817609
commit fe1b71701b
Signed by: nebel
GPG key ID: 79807D08C6EF6460
5 changed files with 7 additions and 3 deletions

View file

@ -42,7 +42,7 @@ remove-old-trash-files=true
xkb-options=['ctrl:nocaps']
# IBusの設定 絵文字の無効化
[org/freedesktop/ibus/panel/emoji]
[desktop/ibus/panel/emoji]
hotkey=@as []
# [マウスとタッチパッド] > [マウス]

View file

@ -1 +1 @@
deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu jammy stable
deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu noble stable

View file

@ -1 +1 @@
deb [signed-by=/usr/share/keyrings/tailscale-archive-keyring.gpg] https://pkgs.tailscale.com/stable/ubuntu jammy main
deb [signed-by=/usr/share/keyrings/tailscale-archive-keyring.gpg] https://pkgs.tailscale.com/stable/ubuntu noble main

View file

@ -18,6 +18,8 @@ function install_apt_packages() {
local apt_sources_dir
. packages.bash
eval "$(apt-config shell apt_sources_dir 'Dir::Etc::sourceparts/d')"
apt update
apt install -y rsync
rsync -rv etc/apt/keyrings/ /usr/share/keyrings/
rsync -rv etc/apt/sources.list.d/ "$apt_sources_dir"
[[ -d etc/default ]] &&

View file

@ -1,4 +1,5 @@
packages=(
bash-completion
build-essential
cloudflared
curl
@ -10,6 +11,7 @@ git-crypt
imagemagick
jq
knot-dnsutils
nano
nodejs
qemu-user-static
screen