aboutsummaryrefslogtreecommitdiff
path: root/bldRiver.sh
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2024-10-22 22:49:17 -0400
committerMitchell Riedstra <mitch@riedstra.dev>2024-10-22 22:49:17 -0400
commitfc86116758d36fc4f67fc654b3c4c9ee13f83a54 (patch)
tree5a1c68cd4e9f1e6ec5bc920ac7461737892f698e /bldRiver.sh
parent705cb3e15a9098a72b333366c12b580822b0a579 (diff)
downloadrivercfg-fc86116758d36fc4f67fc654b3c4c9ee13f83a54.tar.gz
rivercfg-fc86116758d36fc4f67fc654b3c4c9ee13f83a54.tar.xz
Update river (and zig). Fix deprecated foot config option.
Diffstat (limited to 'bldRiver.sh')
-rwxr-xr-xbldRiver.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/bldRiver.sh b/bldRiver.sh
index d2522ef..782e65e 100755
--- a/bldRiver.sh
+++ b/bldRiver.sh
@@ -4,7 +4,12 @@ codedir="$HOME/scm/wl/river"
if ! [ -d "$codedir" ] ; then
mkdir -p "$(basename "$codedir")"
- git clone https://github.com/riverwm/river/ "$codedir"
+ git clone https://codeberg.org/river/river.git "$codedir"
+ cd "$codedir"
+ git clean -fdx .
+ git reset --hard HEAD
+ git checkout v0.3.5
+ cd -
fi
cd "$codedir"