mirror of
https://github.com/kidwellj/proxmox-scripts.git
synced 2025-01-09 13:12:22 +00:00
Fixing snowflake (again)
This commit is contained in:
parent
24ab338bc0
commit
8d74f73843
|
@ -76,9 +76,9 @@ msg_ok "Installed Dependencies"
|
||||||
msg_info "Install Snowflake"
|
msg_info "Install Snowflake"
|
||||||
useradd -rm snowflake
|
useradd -rm snowflake
|
||||||
cd /home/snowflake
|
cd /home/snowflake
|
||||||
runuser -u snowflake --command 'git clone https://git.torproject.org/pluggable-transports/snowflake.git'
|
runuser --user snowflake --command 'git clone https://git.torproject.org/pluggable-transports/snowflake.git'
|
||||||
cd /home/snowflake/snowflake
|
cd /home/snowflake/snowflake
|
||||||
runuser -u snowflake --command 'go build'
|
runuser --user snowflake --command 'go build'
|
||||||
wget https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/systemd_files/snowflake.service -O /etc/systemd/system/snowflake.service
|
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
|
chmod 644 /etc/systemd/system/snowflake.service
|
||||||
systemctl daemon-reload
|
systemctl daemon-reload
|
||||||
|
|
Loading…
Reference in a new issue