blend/pkgmanagers/apt
2023-01-26 12:35:10 +05:30

6 lines
114 B
Bash
Executable file

#!/usr/bin/env bash
BLEND_COMMAND="sudo apt $@" blend enter ubuntu-22.10 --distro ubuntu-22.10
ret=$?
exit $ret