











@kriskras99 no worries :)
I'm very sorry for flagging it out of date, somehow misread the version number
How much messages do you want get about new code-server version 4.3.0? :-)
cp: cannot stat 'code-server-4.3.0-linux-amd64/LICENSE.txt': No such file or directory ==> ERROR: A failure occurred in package(). Aborting... -> error making: code-server
Thanks!
latest build fails:- cp: cannot stat 'code-server-4.3.0-linux-amd64/LICENSE.txt': No such file or directory ==> ERROR: A failure occurred in package(). Aborting... error making: code-server
error
should
cp -a "$release_name/LICENSE" "$pkgdir/usr/share/licenses/$pkgname"
not
LICENSE.txt
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
So how does one get this to started? I have move the service files to /usr/lib/systemd/system and /usr/lib/systemd/user and ran sudo systemctl enable --now for them to start and receive error messages below
[cryptodan@alphacentauri code-server]$ sudo systemctl enable --now code-server-4.10.1 Failed to enable unit: Unit file code-server-4.10.1.service does not exist. [cryptodan@alphacentauri code-server]$ sudo systemctl enable --now code-server-4.10.1@ Failed to enable unit: Destination unit default.target is a non-template unit. [cryptodan@alphacentauri code-server]$ sudo systemctl enable --now code-server-4.10.1-user Failed to enable unit: Unit file code-server-4.10.1-user.service does not exist.