artix + arch + gentoo

This commit is contained in:
git
2024-06-11 14:02:09 +02:00
parent 782a1e8942
commit 653017d14e
7 changed files with 179 additions and 7 deletions

4
artix_scripts/ip-sshd.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
ip a add 192.168.57.132/24 dev eth1 && \
rc-service sshd start