setup-kapelu 3.2.1 → 3.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/script/setup.sh +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "setup-kapelu",
3
- "version": "3.2.1",
3
+ "version": "3.2.2",
4
4
  "description": "Script post-install de Ubuntu",
5
5
  "type": "commonjs",
6
6
  "bin": {
package/script/setup.sh CHANGED
@@ -148,7 +148,7 @@ fi
148
148
 
149
149
  system_update() {
150
150
  clear
151
- echo -e " ${COLOR[green]}🔄 Actualizando sistema${COLOR[reset]}"
151
+ echo -e " ${COLOR[yellow]}🔄 Actualizando sistema${COLOR[reset]}"
152
152
  echo -e " ${COLOR[green]}⚠️ Dar autorización Root‼️ ${COLOR[reset]}"
153
153
  sudo apt update -y
154
154
  sudo apt upgrade -y