4 lines
112 B
Plaintext
4 lines
112 B
Plaintext
|
#!/bin/bash
|
||
|
sudo cp -f /opt/gitea/bin/gitea@.service /etc/systemd/system
|
||
|
cat /etc/systemd/system/gitea@.service
|