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