From a1fea61e3f8660000156a83a50ce40359f494d6e Mon Sep 17 00:00:00 2001 From: rahulp13 Date: Sat, 24 Sep 2022 02:13:29 +0530 Subject: Added SKY130 PDK removal note --- Ubuntu/install-eSim-sky130.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ubuntu/install-eSim-sky130.sh b/Ubuntu/install-eSim-sky130.sh index 856a631d..1c389352 100755 --- a/Ubuntu/install-eSim-sky130.sh +++ b/Ubuntu/install-eSim-sky130.sh @@ -394,7 +394,7 @@ if [ $option == "--install" ];then elif [ $option == "--uninstall" ];then - echo -n "Are you sure? It will remove eSim completely including KiCad, Makerchip and NGHDL along with their models and libraries (y/n):" + echo -n "Are you sure? It will remove eSim completely including KiCad, Makerchip, NGHDL and SKY130 PDK along with their models and libraries (y/n):" read getConfirmation if [ $getConfirmation == "y" -o $getConfirmation == "Y" ];then echo "Removing eSim............................" -- cgit