Skip to content

Commit

Permalink
beta 5
Browse files Browse the repository at this point in the history
  • Loading branch information
khcrysalis committed Mar 22, 2023
1 parent f826649 commit c36a818
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ VERSION="$(cat version)"
# Get proper files for amd64 or i686
if [ "$ARCH" = 'amd64' ]; then
ROOTFS='https://dl-cdn.alpinelinux.org/alpine/v3.17/releases/x86_64/alpine-minirootfs-3.17.1-x86_64.tar.gz'
PALERA1N='https://github.com/palera1n/palera1n/releases/download/v2.0.0-beta.4/palera1n-linux-x86_64'
PALERA1N='https://github.com/palera1n/palera1n/releases/download/v2.0.0-beta.5/palera1n-linux-x86_64'
else
ROOTFS='https://dl-cdn.alpinelinux.org/alpine/v3.17/releases/x86/alpine-minirootfs-3.17.1-x86.tar.gz'
PALERA1N='https://github.com/palera1n/palera1n/releases/download/v2.0.0-beta.4/palera1n-linux-x86'
PALERA1N='https://github.com/palera1n/palera1n/releases/download/v2.0.0-beta.5/palera1n-linux-x86'
fi

# Clean up previous attempts
Expand Down
2 changes: 1 addition & 1 deletion scripts/palen1x_menu
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Load functions and variables
. /usr/bin/common
PALEN1X_VERSION="1.0.7"
PALEN1X_VERSION="1.0.8"

export NEWT_COLORS='root=,black
border=white,black
Expand Down
2 changes: 1 addition & 1 deletion scripts/palera1n_menu
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ while true; do
echo "# ${YELLOW}- arm64e is not supported!${NORMAL}"
echo "# == DEBUG =="
echo "# Chosen Jailbreak Type: ${BLUE}$jbtype${NORMAL}"
echo "# Chosen Flags: ${BLUE}$args${NORMAL}"
echo "# Chosen Flags: -f ${BLUE}$args${NORMAL}"
/usr/bin/palera1n -f $args
sleep 2
echo ''
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.0.7
v1.0.8

0 comments on commit c36a818

Please sign in to comment.