Minor improvments to init & ~/bin scripts, remove numlock from autostarts
This commit is contained in:
@ -20,7 +20,7 @@ do_setup() {
|
||||
sudo pacman-key --populate archlabs
|
||||
}
|
||||
|
||||
while ! [[ $(ping -c1 8.8.8.8) ]]; do
|
||||
while ! [[ "$(ping -c1 8.8.8.8)" ]]; do
|
||||
sleep 1
|
||||
done
|
||||
|
||||
|
Reference in New Issue
Block a user