From 05dfa4315c7b1181017dacc03de9c71711a40aa1 Mon Sep 17 00:00:00 2001 From: teldra Date: Thu, 15 Apr 2021 11:19:46 +0200 Subject: [PATCH] add fixes --- modules/89-lastminute/config | 3 +++ modules/89-o/config | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 modules/89-lastminute/config delete mode 100644 modules/89-o/config 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