Reminder if podman is installed
This commit is contained in:
parent
1414010682
commit
f5faeec1a8
@ -300,6 +300,11 @@ fi
|
|||||||
echo Finished updating everything!
|
echo Finished updating everything!
|
||||||
echo Launching new shell!
|
echo Launching new shell!
|
||||||
|
|
||||||
|
# remind user of cgroupsv2 if using podman
|
||||||
|
if [[ $(pacman -Q | grep podman) ]]; then
|
||||||
|
echo "Remember to set \"systemd.unified_cgroup_hierarchy=1\" in the kernel!!"
|
||||||
|
fi
|
||||||
|
|
||||||
# reload fish
|
# reload fish
|
||||||
exec fish
|
exec fish
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user