mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 12:54:07 -07:00
feat(offload): remove auto-deletion and transition to persistent one-worker model
This commit is contained in:
@@ -50,7 +50,4 @@ npm -v
|
||||
echo "Installing Gemini CLI..."
|
||||
npm install -g @google/gemini-cli@nightly
|
||||
|
||||
# 5. Self-Deletion Cron (Safety)
|
||||
(crontab -u $USER -l 2>/dev/null; echo "0 0 * * * gcloud compute instances delete $(hostname) --zone $(curl -H Metadata-Flavor:Google http://metadata.google.internal/computeMetadata/v1/instance/zone | cut -d/ -f4) --quiet") | crontab -u $USER -
|
||||
|
||||
echo "✅ Provisioning Complete!"
|
||||
|
||||
Reference in New Issue
Block a user