blend/pkgmanagers/apt-get

7 lines
118 B
Text
Raw Normal View History

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