You've already forked fedora-toolbox
forked from davejansen/fedora-bootc
Compare commits
8 Commits
9c77de57a3
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
daaa2b660f
|
|||
|
1e63b0f308
|
|||
|
e986ef6a61
|
|||
|
8f67c67749
|
|||
|
0cd1c39632
|
|||
|
3f79877a95
|
|||
|
dc87c182ac
|
|||
|
a1ba10e77d
|
@@ -4,8 +4,8 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
#schedule:
|
schedule:
|
||||||
# - cron: "05 4 */7 * *" # 4:05am every three days.
|
- cron: "05 4 * * 0" # 4:05am every Sunday.
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ cp /ctx/cosign.pub /etc/pki/containers/davejansen.pub
|
|||||||
|
|
||||||
# Add country query to all repo metalinks
|
# Add country query to all repo metalinks
|
||||||
# shellcheck disable=SC2016
|
# shellcheck disable=SC2016
|
||||||
sed -i -e '/^metalink\=/s/\$releasever\&arch\=\$basearch$/\$releasever\&arch\=\$basearch\&country\=KR,JP,TW/g' /etc/yum.repos.d/*.repo
|
sed -i -e '/^metalink\=/s/\$releasever\&arch\=\$basearch$/\$releasever\&arch\=\$basearch\&country\=KR,JP,AU/g' /etc/yum.repos.d/*.repo
|
||||||
|
|
||||||
# Update all existing packages
|
# Update all existing packages
|
||||||
dnf5 update -y
|
dnf5 update -y
|
||||||
@@ -21,6 +21,9 @@ dnf5 update -y
|
|||||||
# Install my own layered packages
|
# Install my own layered packages
|
||||||
dnf5 install -y \
|
dnf5 install -y \
|
||||||
fish \
|
fish \
|
||||||
|
tmux \
|
||||||
|
mosh \
|
||||||
|
waypipe \
|
||||||
neovim \
|
neovim \
|
||||||
ripgrep \
|
ripgrep \
|
||||||
curl wget \
|
curl wget \
|
||||||
@@ -37,8 +40,9 @@ dnf5 install -y \
|
|||||||
weechat \
|
weechat \
|
||||||
neomutt libnotify notmuch abook isync \
|
neomutt libnotify notmuch abook isync \
|
||||||
khal vdirsyncer \
|
khal vdirsyncer \
|
||||||
newsboat
|
newsboat \
|
||||||
#dotnet-sdk-8.0 \
|
jq \
|
||||||
|
dotnet-sdk-10.0
|
||||||
|
|
||||||
# Install uv
|
# Install uv
|
||||||
curl -LsSf https://astral.sh/uv/install.sh | sh
|
curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||||
|
|||||||
Reference in New Issue
Block a user