diff --git a/modules/89-lastminute/config b/modules/89-lastminute/config new file mode 100644 index 0000000..18fdee6 --- /dev/null +++ b/modules/89-lastminute/config @@ -0,0 +1,3 @@ +if yesno "Lastminute Changes?" y; then + lastminute +fi diff --git a/modules/89-o/config b/modules/89-o/config deleted file mode 100644 index cccf170..0000000 --- a/modules/89-o/config +++ /dev/null @@ -1,3 +0,0 @@ -if yesno "Os profile?" y; then - o_profile -fi