large update

This commit is contained in:
natemaia
2018-06-09 16:51:08 -07:00
parent fbabd724c5
commit 16a0f6a67d
15 changed files with 86 additions and 66 deletions

View File

@ -10,7 +10,7 @@ keys=(
"35F52A02854DCCAEC9DD5CC410443C7F54B00041"
)
setup() {
setup_keyring() {
sudo dirmngr </dev/null
sudo pacman-key --init
sudo pacman-key --populate archlinux
@ -24,10 +24,11 @@ setup() {
sudo pacman-key --populate archlabs
}
while ! ping -c1 8.8.8.8 &>/dev/null; do
while ! ping -c 1 www.github.com &>/dev/null; do
sleep 1
done
setup
setup_keyring &
sed -i '/keypack/d' "$HOME/.config/openbox/autostart"
rm -f "$HOME/.config/keypack"