blend/pkgmanagers/yum

7 lines
118 B
Text
Raw Normal View History

2023-01-19 03:01:12 -06:00
#!/usr/bin/env bash
BLEND_COMMAND="sudo yum $@" blend enter fedora-rawhide --distro fedora-rawhide
ret=$?
2023-01-26 01:05:10 -06:00
exit $ret