From e9d87f9cb8e8eb0acae6ee5e28ac4d8f90cb937d Mon Sep 17 00:00:00 2001 From: Sam Sneed <163201376+sam-sneed@users.noreply.github.com> Date: Thu, 8 Aug 2024 20:56:41 +0000 Subject: [PATCH] Update pack.sh --- pack.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pack.sh b/pack.sh index 1e6afe1..895988f 100644 --- a/pack.sh +++ b/pack.sh @@ -39,3 +39,7 @@ wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bash # Install AI stuffs.... flatpak install --user -y org.upscayl.Upscayl curl -fsSL https://ollama.com/install.sh | sh + +# Clear and ask for reboot. +clear ## Clear the screen. +echo "Done! PLEASE REBOOT NOW TO APPLY CHANGES." ## Asks for reboot.