From c2966f27512a63a6895f5fa41dd1a16e915c6443 Mon Sep 17 00:00:00 2001 From: KoNicks <61112636+KoNickss@users.noreply.github.com> Date: Fri, 15 Jan 2021 17:04:51 +0200 Subject: [PATCH] Update install-host --- install-host | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/install-host b/install-host index 4ca4326..67a91d5 100644 --- a/install-host +++ b/install-host @@ -1,5 +1,8 @@ +mkdir /usr/share/koffe +rm /usr/share/koffe/arch-chroot wget https://raw.githubusercontent.com/KoNickss/koffe/main/arch-chroot -P /usr/share/koffe/ chmod +x /usr/share/koffe/arch-chroot +rm /usr/bin/koffe-shell wget https://raw.githubusercontent.com/KoNickss/koffe/main/koffe-shell -P /usr/bin/ chmod +x /usr/bin/koffe-shell -mkdir /usr/share/koffe/archbox \ No newline at end of file +mkdir /usr/share/koffe/archbox