mirror of
https://git.pionaiki.com/marta/nixie.git
synced 2025-10-09 05:47:21 +00:00
Formatting
This commit is contained in:
parent
ca947b14a7
commit
c5623c9b09
1 changed files with 2 additions and 2 deletions
4
nixie
4
nixie
|
@ -37,7 +37,7 @@ BUILD () {
|
|||
echo -e -n "${IPurple}Are you sure you want to do this? ${Purple}Yes/No (Y/n): ${NC}"
|
||||
read CHOICE
|
||||
case $CHOICE in
|
||||
[nN]* ) echo -e -n "Cancelled " ;;
|
||||
[nN]* ) echo -e -n "Cancelled. " ;;
|
||||
*)
|
||||
sudo git add .
|
||||
echo -e "${IPurple}Rebuilding NixOS...${NC}"
|
||||
|
@ -74,7 +74,7 @@ UPDATE () {
|
|||
echo -e -n "${IPurple}Are you sure you want to update flake.lock? ${Purple}Yes/No (Y/n): ${NC}"
|
||||
read CHOICE
|
||||
case $CHOICE in
|
||||
[nN]* ) echo -e -n "Cancelled " && CHOOSE_CASE ;;
|
||||
[nN]* ) echo -e -n "Cancelled. " && CHOOSE_CASE ;;
|
||||
*)
|
||||
echo -e "${IPurple}Updating flake.lock..."
|
||||
sudo nix flake update
|
||||
|
|
Loading…
Add table
Reference in a new issue