yatfa 1.0.72 → 1.0.73
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.
- package/bin/install-agent.sh +1 -1
- package/package.json +1 -1
package/bin/install-agent.sh
CHANGED
|
@@ -7,7 +7,7 @@ export DEBIAN_FRONTEND=noninteractive
|
|
|
7
7
|
echo 'Acquire::Check-Date "false";' > /etc/apt/apt.conf.d/99no-check-date
|
|
8
8
|
|
|
9
9
|
apt-get update && apt-get install -y \
|
|
10
|
-
git curl tmux sudo unzip wget jq nano
|
|
10
|
+
git curl tmux sudo unzip wget jq nano chromium
|
|
11
11
|
|
|
12
12
|
# Install Node.js (required for Claude CLI)
|
|
13
13
|
# Check for existing Node installation
|