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:
parent
d2b4817609
commit
fe1b71701b
5 changed files with 7 additions and 3 deletions
|
@ -42,7 +42,7 @@ remove-old-trash-files=true
|
||||||
xkb-options=['ctrl:nocaps']
|
xkb-options=['ctrl:nocaps']
|
||||||
|
|
||||||
# IBusの設定 絵文字の無効化
|
# IBusの設定 絵文字の無効化
|
||||||
[org/freedesktop/ibus/panel/emoji]
|
[desktop/ibus/panel/emoji]
|
||||||
hotkey=@as []
|
hotkey=@as []
|
||||||
|
|
||||||
# [マウスとタッチパッド] > [マウス]
|
# [マウスとタッチパッド] > [マウス]
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
2
mod.bash
2
mod.bash
|
@ -18,6 +18,8 @@ function install_apt_packages() {
|
||||||
local apt_sources_dir
|
local apt_sources_dir
|
||||||
. packages.bash
|
. packages.bash
|
||||||
eval "$(apt-config shell apt_sources_dir 'Dir::Etc::sourceparts/d')"
|
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/keyrings/ /usr/share/keyrings/
|
||||||
rsync -rv etc/apt/sources.list.d/ "$apt_sources_dir"
|
rsync -rv etc/apt/sources.list.d/ "$apt_sources_dir"
|
||||||
[[ -d etc/default ]] &&
|
[[ -d etc/default ]] &&
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
packages=(
|
packages=(
|
||||||
|
bash-completion
|
||||||
build-essential
|
build-essential
|
||||||
cloudflared
|
cloudflared
|
||||||
curl
|
curl
|
||||||
|
@ -10,6 +11,7 @@ git-crypt
|
||||||
imagemagick
|
imagemagick
|
||||||
jq
|
jq
|
||||||
knot-dnsutils
|
knot-dnsutils
|
||||||
|
nano
|
||||||
nodejs
|
nodejs
|
||||||
qemu-user-static
|
qemu-user-static
|
||||||
screen
|
screen
|
||||||
|
|
Loading…
Add table
Reference in a new issue