We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 351ecd9 commit 17a3ec1Copy full SHA for 17a3ec1
install-yappus.sh
@@ -5,7 +5,7 @@ echo "Installing Yappus Terminal v1.1.0..."
5
6
# Download the latest .deb package
7
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
+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
9
10
if [ $? -ne 0 ]; then
11
echo "Failed to download Yappus Terminal package"
0 commit comments