Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to build and release #15

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
removed wrongly created folder
  • Loading branch information
dszryan committed Oct 7, 2020
commit 956f2625ee0eb48cb4b366e7457ea007ac7fb859
2 changes: 0 additions & 2 deletions pacmanity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ pacmanity_build() {
echo -e "\n- Step 2: Save list of currently installed packages to Gist:"
GIST_URL=$(echo . | gist -p -f $HOSTNAME.pacmanity -d "$HOSTNAME: List of installed packages")
GIST_ID=$(echo "$GIST_URL" | sed "s|https://gist.github.com/||g")

mkdir -p "$srcdir/gist_id"
echo $GIST_ID > "$srcdir/gist_id"
else
pacmanity_update
Expand Down