Update 'install.sh'

This commit is contained in:
2023-05-03 12:23:11 +02:00
parent 7c3dab3c8b
commit 1692e9c1d7

View File

@@ -329,6 +329,7 @@ function set_shell {
function update { function update {
cd "$(dirname "$0")" cd "$(dirname "$0")"
wget -O install.sh https://git.cbeck.tech/kamu/dotfiles/raw/branch/main/install.sh wget -O install.sh https://git.cbeck.tech/kamu/dotfiles/raw/branch/main/install.sh
exit 0
} }