Skip to content

Commit 6efa169

Browse files
committed
feat:1.1.1 on Deb
1 parent 9be7403 commit 6efa169

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

install-yappus.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
#!/bin/bash
22

3-
43
echo "Installing Yappus Terminal v1.1.0..."
54

65
# Download the latest .deb package
76
echo "Downloading package..."
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
7+
curl -L -o /tmp/yappus-term_1.1.0-1_amd64.deb https://github.com/MostlyKIGuess/Yappus-Term/releases/download/v1.1.1/yappus-term_1.1.0-1_amd64.deb
98

109
if [ $? -ne 0 ]; then
11-
echo "Failed to download Yappus Terminal package"
12-
exit 1
10+
echo "Failed to download Yappus Terminal package"
11+
exit 1
1312
fi
1413

1514
# Install the package

0 commit comments

Comments
 (0)