mirror of
https://github.com/kidwellj/proxmox-scripts.git
synced 2025-01-08 20:52:20 +00:00
Fixing snowflake (again)
This commit is contained in:
parent
085427274b
commit
77b91364b4
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue