Skip to content

Commit

Permalink
meta: minor stylistics tweaks to readme, install script
Browse files Browse the repository at this point in the history
  • Loading branch information
gamemaker1 committed Jun 17, 2021
1 parent 4933d76 commit 572942c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 3 additions & 4 deletions assets/package/install
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)
Expand All @@ -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!"
6 changes: 4 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<small>`yeet` installing a package</small>
[Yeet installing spotify]

More images [here](./assets/media/).

## Installation

Expand Down

0 comments on commit 572942c

Please sign in to comment.