Vbox issue

This commit is contained in:
natemaia 2018-05-25 20:34:31 -07:00
parent 472962cac1
commit be4ebea6ee

View File

@ -24,12 +24,6 @@ setup() {
sudo pacman-key --populate archlabs
}
sleep 1
if grep -qi 'hypervisor' <<< "$(dmesg)"; then
$(grep "nitrogen" $HOME/config/openbox/autostart)
$(grep "polybar" $HOME/.config/openbox/autostart | sed 's/sleep 1; //g')
fi
while ! ping -c1 8.8.8.8 &>/dev/null; do
sleep 1
done