mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions.git
synced 2025-07-02 11:56:40 +00:00
updated the directory layout
This commit is contained in:
parent
e6c53ff98f
commit
d203eeac3f
1231 changed files with 91 additions and 91 deletions
|
@ -1,31 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ "$EUID" -ne 0 ]
|
||||
then
|
||||
echo 'MUST RUN AS ROOT!'
|
||||
exit
|
||||
fi
|
||||
|
||||
|
||||
|
||||
pacman -S firefox curl keepass discord telegram-desktop virt-manager qemu libvirt ebtables dnsmasq bridge-utils libreoffice
|
||||
|
||||
username=$(ls /home | head -n1 | sed 's/\/$//')
|
||||
|
||||
|
||||
|
||||
sudo gpasswd -a $username libvirt
|
||||
sudo systemctl enable libvirtd --now
|
||||
sudo systemctl status libvirtd
|
||||
|
||||
mkdir /home/$username/Documents/
|
||||
mkdir /home/$username/Documents/Github/
|
||||
mkdir /home/$username/Documents/ISOS/
|
||||
mkdir /home/$username/backups
|
||||
|
||||
|
||||
sudo -u $username bash -c "$(wget https://raw.githubusercontent.com/ech1/serverside/master/ssh/ssh_arch.sh -O -)"
|
||||
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue