Skip to content

Commit

Permalink
relay: fix archlinux-keyring
Browse files Browse the repository at this point in the history
  • Loading branch information
baabeetaa committed Jul 9, 2024
1 parent b3fe95e commit 0bce578
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions relay/cron/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ if [[ -z $hubname ]]; then
loop_forever
fi


pacman-key --init
pacman -Syu --noconfirm
pacman -S --noconfirm git base-devel python python-pip cronie screen wget jq
pacman -Sy --noconfirm archlinux-keyring
pacman -Sy --noconfirm git base-devel python python-pip cronie screen wget jq
pacman -Syu --noconfirm

# get hermes config
Expand Down
5 changes: 3 additions & 2 deletions relay/main/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ if [[ -z $hubname ]]; then
loop_forever
fi


pacman-key --init
pacman -Syu --noconfirm
pacman -S --noconfirm git base-devel python python-pip cronie screen wget jq unzip
pacman -Sy --noconfirm archlinux-keyring
pacman -Sy --noconfirm git base-devel python python-pip cronie screen wget jq unzip
pacman -Syu --noconfirm

# get hermes config
Expand Down

0 comments on commit 0bce578

Please sign in to comment.