From d4fd673d2c64db1cb747bb8155aa4052a8c03296 Mon Sep 17 00:00:00 2001 From: David Kaufmann Date: Wed, 30 Nov 2022 21:19:03 +0100 Subject: update stuff --- home/var/system/config-updater/post-update | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home/var/system/config-updater') diff --git a/home/var/system/config-updater/post-update b/home/var/system/config-updater/post-update index e2560f0..1a03de1 100644 --- a/home/var/system/config-updater/post-update +++ b/home/var/system/config-updater/post-update @@ -2,9 +2,9 @@ rm -f this_file_will_be_deleted rm -f bin/config-update.sh if ! [ -d $HOME/.oh-my-zsh ]; then if which curl >/dev/null ; then - sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" + sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" elif which wget >/dev/null ; then - sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)" + sh -c "$(wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)" fi fi rm -f .zshrc.pre-oh-my-zsh -- cgit v1.2.3