From 77b91364b49ad8e03961cff3c6b44bfc817656ff Mon Sep 17 00:00:00 2001 From: Steven Seifried Date: Sun, 9 Oct 2022 20:24:39 +0200 Subject: [PATCH] Fixing snowflake (again) --- setup_files/snowflake-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_files/snowflake-install.sh b/setup_files/snowflake-install.sh index 8bcba12..6547b8d 100644 --- a/setup_files/snowflake-install.sh +++ b/setup_files/snowflake-install.sh @@ -75,7 +75,7 @@ msg_ok "Installed Dependencies" msg_info "Install Snowflake" useradd -rm snowflake -su snowflake -c "cd /home/snowflake && git clone https://git.torproject.org/pluggable-transports/snowflake.git && cd /home/snowflake/snowflake && go build" +su snowflake -c "cd /home/snowflake && git clone https://git.torproject.org/pluggable-transports/snowflake.git && cd /home/snowflake/snowflake/proxy && go build" wget https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/systemd_files/snowflake.service -O /etc/systemd/system/snowflake.service chmod 644 /etc/systemd/system/snowflake.service systemctl daemon-reload