Skip to content

Commit

Permalink
proxy: fix PGP signature for public proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
baabeetaa committed Jul 10, 2024
1 parent 6df520f commit cd7bd2f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion proxy/public/run.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
pacman-key --init
pacman -Syu --noconfirm
pacman -Sy --noconfirm archlinux-keyring
pacman -Syu --noconfirm
pacman -Sy --noconfirm base-devel wget dnsutils nginx cronie screen logrotate
pacman -Syu --noconfirm
pacman -S --noconfirm base-devel wget dnsutils nginx cronie screen logrotate

# write env vars to bash file, so that cronjobs or other scripts could know
cat <<EOT >> $HOME/env.sh
Expand Down

0 comments on commit cd7bd2f

Please sign in to comment.