From 28a9b40fdddea13d7e604aff9d9001ddbb6d21d8 Mon Sep 17 00:00:00 2001 From: cronekorkn Date: Thu, 29 Dec 2022 12:39:00 +0100 Subject: [PATCH] bundles/macbook/files/macbook-update: upgrade pip --- bundles/macbook/files/macbook-update | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bundles/macbook/files/macbook-update b/bundles/macbook/files/macbook-update index dc3cdfc..3ed0bdc 100644 --- a/bundles/macbook/files/macbook-update +++ b/bundles/macbook/files/macbook-update @@ -27,3 +27,5 @@ then fi sudo systemsetup -setremotelogin on # enable ssh + +pip install --upgrade pip