summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorAndrew Guschin <saintruler@gmail.com>2020-07-18 05:13:11 -0400
committerAndrew Guschin <saintruler@gmail.com>2020-07-18 05:13:11 -0400
commitb372e6679b16c40c06adbf67ebae01d9d2dcec85 (patch)
tree4a3fb1ce340d0d41189089abc712af39ae91b9bc /build.sh
parent2c74cdb84524e566967377d0e375d189b2089381 (diff)
Bumped to 0.8.4 and fixed url build.sh
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 9c849cd..6a618b8 100755
--- a/build.sh
+++ b/build.sh
@@ -3,7 +3,7 @@
base_dir="$(dirname $(readlink -f "$0") )"
pkg_name="st"
pkg_folder="$base_dir/$pkg_name-package"
-src="https://git.karmanline.ru/$pkg_name.git"
+src="https://git.vasthecat.ru/$pkg_name.git"
git clone "$src" "$base_dir/$pkg_name-src"
mkdir -p "$pkg_folder/usr/bin"