This commit is contained in:
2026-08-28 10:36:45 +02:00
parent 826562d8c9
commit 4fe0468a72
2 changed files with 2 additions and 10 deletions
+1 -9
View File
@@ -48,16 +48,8 @@ setup-system-services:
sudo systemctl daemon-reload
sudo systemctl enable getty@tty1.service seatd.service
.PHONY: setup-user-services
setup-user-services:
sudo ln -fs $(PWD)/system/weston.service /etc/systemd/user/weston.service
sudo ln -fs $(PWD)/system/weston.socket /etc/systemd/user/weston.socket
systemctl --user daemon-reload
systemctl --user enable weston
.PHONY: install
install: remove-passwd apt-install setup-weston setup-system-services setup-user-services
install: remove-passwd apt-install setup-weston setup-system-services
.PHONY: clean
clean:
+1 -1
View File
@@ -34,7 +34,7 @@ cd /opt
git clone --recursive https://git.klemek.fr/klemek/forge-invar
cd forge-invar
make install build
reboot
echo 'make -C /opt/forge-invar start-weston' >> ~/.bashrc
```
## Links