repo.or.cz
/
dotfiles_afify.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vim, gitconfig, update.sh
[dotfiles_afify.git]
/
.scripts
/
openbsd_ports.sh
blob
1cf489de6694090a4952c75b2db5939ab633092d
1
#!/bin/sh
2
3
cd
/
tmp
&&
ftp
"https://cdn.openbsd.org/pub/OpenBSD/$(uname -r)/{ports.tar.gz,SHA256.sig}"
4
signify
-Cp
"/etc/signify/openbsd-$(uname -r | cut -c 1,3)-base.pub -x SHA256.sig ports.tar.gz"
5
cd
/
usr
&&
doas
tar
xzf
/
tmp
/
ports.
tar
.gz