mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-09 23:01:24 +00:00
8 lines
171 B
Bash
8 lines
171 B
Bash
#!/bin/bash
|
|
git branch -D r9
|
|
git checkout -b r9
|
|
sed -i "s/r9-beta/r9/g" rocky/variables.conf
|
|
git add -A
|
|
git commit -m "Set to stable"
|
|
echo "Use git push -f to push to r9"
|