From df64dd74f4a42aa6d266bb2df32066dc0eaaa448 Mon Sep 17 00:00:00 2001 From: Tim Date: Fri, 13 Jun 2025 13:07:12 +0200 Subject: [PATCH] Remove zsh update from update script --- bin/bin/update | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/bin/update b/bin/bin/update index 89952eb..682f80a 100755 --- a/bin/bin/update +++ b/bin/bin/update @@ -1,4 +1,4 @@ -#!/bin/zsh +#!/bin/bash echo -e "\n########## START UPDATE ##########\n" sudo apt-get update -y echo -e "\n########## START UPGRADE ##########\n" @@ -10,5 +10,5 @@ sudo apt-get autoclean -y echo -e "\n########## START AUTOREMOVE ##########\n" sudo apt-get autoremove -y -echo -e "\n########## START Oh My Zsh update ##########\n" -$ZSH/tools/upgrade.sh +#echo -e "\n########## START Oh My Zsh update ##########\n" +#$ZSH/tools/upgrade.sh