saving uncommitted changes in /etc prior to dnf run

This commit is contained in:
2023-05-21 00:34:33 +03:00
parent b3b28f4d51
commit 8cef75f735
5 changed files with 54 additions and 1 deletions

14
default/color Normal file
View File

@@ -0,0 +1,14 @@
#Color Variable
CSI=$(echo -e "\033[")
CEND="${CSI}0m"
CDGREEN="${CSI}32m"
CRED="${CSI}1;31m"
CGREEN="${CSI}1;32m"
CYELLOW="${CSI}1;33m"
CBLUE="${CSI}1;34m"
CMAGENTA="${CSI}1;35m"
CCYAN="${CSI}1;36m"
CQUESTION="$CMAGENTA"
CWARNING="$CRED"
CMSG="$CCYAN"
#Color Variable