Ayo the pizza here (restructuring)

This commit is contained in:
2021-07-21 22:32:32 +05:30
parent 7dffa41ae2
commit 347c8bd00c
41 changed files with 86 additions and 126 deletions

View File

@@ -3,7 +3,7 @@
echo "You're about to switch your home-manager configuration as '$USER'"
read -p "Continue (y/n)?" conf
if [ ${conf,,} == "n" ]; then
if [ ${conf,,} != "y" ]; then
echo "If this is not you, then log into your profile first!"
exit 1
else