adds install.sh to install joeac.net under user joeac.net
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
doas adduser -h /home/joeac.net joeac.net \
|
||||
&& cd /home/joeac.net \
|
||||
&& sudo -u joeac.net git clone https://git.joeac.net/joeac.net.git joeac.net \
|
||||
&& sudo ln -s /home/joeac.net/joeac.net /usr/local/lib/joeac.net \
|
||||
&& cd joeac.net \
|
||||
&& sudo -u joeac.net make \
|
||||
&& sudo -u joeac.net make install
|
||||
Reference in New Issue
Block a user