Remove zsh update from update script
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
#!/bin/zsh
|
#!/bin/bash
|
||||||
echo -e "\n########## START UPDATE ##########\n"
|
echo -e "\n########## START UPDATE ##########\n"
|
||||||
sudo apt-get update -y
|
sudo apt-get update -y
|
||||||
echo -e "\n########## START UPGRADE ##########\n"
|
echo -e "\n########## START UPGRADE ##########\n"
|
||||||
@ -10,5 +10,5 @@ sudo apt-get autoclean -y
|
|||||||
echo -e "\n########## START AUTOREMOVE ##########\n"
|
echo -e "\n########## START AUTOREMOVE ##########\n"
|
||||||
sudo apt-get autoremove -y
|
sudo apt-get autoremove -y
|
||||||
|
|
||||||
echo -e "\n########## START Oh My Zsh update ##########\n"
|
#echo -e "\n########## START Oh My Zsh update ##########\n"
|
||||||
$ZSH/tools/upgrade.sh
|
#$ZSH/tools/upgrade.sh
|
||||||
|
Reference in New Issue
Block a user