Fixing snowflake (again)

This commit is contained in:
Steven Seifried 2022-10-09 20:12:58 +02:00
parent 8d74f73843
commit 085427274b
No known key found for this signature in database
GPG key ID: 174371A9356D63E5

View file

@ -75,10 +75,7 @@ msg_ok "Installed Dependencies"
msg_info "Install Snowflake"
useradd -rm snowflake
cd /home/snowflake
runuser --user snowflake --command 'git clone https://git.torproject.org/pluggable-transports/snowflake.git'
cd /home/snowflake/snowflake
runuser --user snowflake --command 'go build'
su snowflake -c "cd /home/snowflake && git clone https://git.torproject.org/pluggable-transports/snowflake.git && cd /home/snowflake/snowflake && 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