diff options
| author | David Kaufmann <astra@ionic.at> | 2022-11-30 21:19:03 +0100 |
|---|---|---|
| committer | David Kaufmann <astra@ionic.at> | 2022-11-30 21:19:03 +0100 |
| commit | d4fd673d2c64db1cb747bb8155aa4052a8c03296 (patch) | |
| tree | ca0beb5ab1b0beff7cb44ca0865f11fea140b61d /home/var | |
| parent | 0ce1894a2aff68d1a366f82a562e18fbe937d64c (diff) | |
| download | config-d4fd673d2c64db1cb747bb8155aa4052a8c03296.tar.gz | |
update stuff
Diffstat (limited to 'home/var')
| -rw-r--r-- | home/var/system/config-updater/post-update | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
