This commit is contained in:
Sam Sesh
2023-06-13 18:21:33 +03:30
committed by ginuerzh
parent b48d2c0dbc
commit 98c9cc2821
3 changed files with 5 additions and 5 deletions

View File

@ -73,7 +73,7 @@ install_gost() {
echo "Installing gost..."
tar -xzf gost.tar.gz
chmod +x gost
sudo mv gost /usr/local/bin/gost
mv gost /usr/local/bin/gost
echo "gost installation completed!"
}