You've already forked fedora-toolbox
forked from davejansen/fedora-bootc
Compare commits
6 Commits
dc87c182ac
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
daaa2b660f
|
|||
|
1e63b0f308
|
|||
|
e986ef6a61
|
|||
|
8f67c67749
|
|||
|
0cd1c39632
|
|||
|
3f79877a95
|
@@ -4,8 +4,8 @@ on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
#schedule:
|
||||
# - cron: "05 4 */7 * *" # 4:05am every three days.
|
||||
schedule:
|
||||
- cron: "05 4 * * 0" # 4:05am every Sunday.
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
@@ -13,7 +13,7 @@ cp /ctx/cosign.pub /etc/pki/containers/davejansen.pub
|
||||
|
||||
# Add country query to all repo metalinks
|
||||
# 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
|
||||
dnf5 update -y
|
||||
@@ -22,6 +22,8 @@ dnf5 update -y
|
||||
dnf5 install -y \
|
||||
fish \
|
||||
tmux \
|
||||
mosh \
|
||||
waypipe \
|
||||
neovim \
|
||||
ripgrep \
|
||||
curl wget \
|
||||
@@ -38,8 +40,9 @@ dnf5 install -y \
|
||||
weechat \
|
||||
neomutt libnotify notmuch abook isync \
|
||||
khal vdirsyncer \
|
||||
newsboat
|
||||
#dotnet-sdk-8.0 \
|
||||
newsboat \
|
||||
jq \
|
||||
dotnet-sdk-10.0
|
||||
|
||||
# Install uv
|
||||
curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||
|
||||
Reference in New Issue
Block a user