mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-11 15:46:55 +02:00
7 lines
140 B
Bash
Executable file
7 lines
140 B
Bash
Executable file
#!/bin/bash
|
|
|
|
git submodule update --recursive --remote
|
|
|
|
git submodule foreach git checkout main
|
|
|
|
git submodule foreach git pull origin main
|