diff --git a/assets/package/install b/assets/package/install index cd4f46a..e7ae507 100755 --- a/assets/package/install +++ b/assets/package/install @@ -57,7 +57,7 @@ printw "" # Check if they are on arch linux platform=$(uname -s | tr '[:upper:]' '[:lower:]') case "$platform" in - "linux") printg " ==> Platform detected: linux" && printw " ==> Please ensure you are installing ONLY ON ARCH LINUX. This script may fail or cause CATASTROPHIC damage if run on other distros.";; + "linux") printg "==> Platform detected: linux" && printw "==> Please ensure you are installing ONLY ON ARCH LINUX. This script may fail or cause CATASTROPHIC damage if run on other distros.";; *) printr " ERR Unsupported platform \`$platform\`; only linux/macos is supported for now."; exit 1;; esac @@ -73,7 +73,7 @@ if ! [ -f $(command -v makepkg) ] ; then fi # Start building -printg " ==> Starting build process..." +printg "==> Starting build process..." # The build dir is the same as if we were installing yeet using yeet # Clear the build dir (in case it already exists) @@ -88,5 +88,4 @@ git clone https://aur.archlinux.org/yeet.git . # Build makepkg -sic -# No need to print any message after install, the postinstall function already takes care of that -printb "" +printg "==> Yeet installed succesfully!" \ No newline at end of file diff --git a/readme.md b/readme.md index a26d281..84805c6 100644 --- a/readme.md +++ b/readme.md @@ -6,9 +6,11 @@ Inspired by several AMAZING projects: [`pacaur`](https://aur.archlinux.org/pacau ## Preview -![[Yeet being used to install packages](./assets/media/install-process.png)](./assets/media/install-process.png) +![[Yeet installing spotify](./assets/media/install-process.png)](./assets/media/install-process.png) -`yeet` installing a package +[Yeet installing spotify] + +More images [here](./assets/media/). ## Installation