Files
Content-Monorepo/modpacks/update-refresh.sh
2026-04-12 19:54:53 -06:00

8 lines
332 B
Bash

#!/bin/bash
echo Updating
(cd ./modpacks/simply && pw batch update -a -y && pw batch refresh -y) &
(cd ./modpacks/rc-plus && pw batch update -a -y && pw batch refresh -y) &
(cd ./modpacks/2k && pw batch update -a -y && pw batch refresh -y) &
(cd ./modpacks/rekindled && pw batch update -a -y && pw batch refresh -y) &
wait
echo Done