Skip to content

Commit 17a3ec1

Browse files
committed
feat: cargo deb files, new install
1 parent 351ecd9 commit 17a3ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-yappus.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ echo "Installing Yappus Terminal v1.1.0..."
55

66
# Download the latest .deb package
77
echo "Downloading package..."
8-
curl -L -o /tmp/yappus-term_1.1.0-1_amd64.deb https://github.com/MostlyKIGuess/Yappus-Term/releases/latest/download/yappus-term_1.1.0-1_amd64.deb
8+
curl -L -o /tmp/yappus-term_1.1.0-1_amd64.deb https://github.com/MostlyKIGuess/Yappus-Term/releases/download/v1.1.0/yappus-term_1.1.0-1_amd64.deb
99

1010
if [ $? -ne 0 ]; then
1111
echo "Failed to download Yappus Terminal package"

0 commit comments

Comments
 (0)