5 lines
73 B
Bash
Executable File
5 lines
73 B
Bash
Executable File
#!/bin/bash
|
|
fedpkg update && \
|
|
git checkout f27 && \
|
|
exec ./update-chain
|