updated sp.sh
This commit is contained in:
parent
8904855421
commit
a83cf2a711
@ -290,10 +290,14 @@ mkdir -p /home/free/.ssh
|
||||
|
||||
touch /root/.ssh/authorized_keys
|
||||
|
||||
sudo -u free ssh-keygen -q -N "gosovransytems" -t ed25519 -f /home/free/.ssh/factory_login
|
||||
sudo -u free ssh-keygen -q -N "gosovransystems" -t ed25519 -f /home/free/.ssh/factory_login
|
||||
|
||||
echo "$(cat /home/free/.ssh/factory_login.pub)" >> /root/.ssh/authorized_keys
|
||||
|
||||
chown free:users /home/free/.ssh -R
|
||||
|
||||
chmod 700 /home/free/.ssh -R
|
||||
|
||||
|
||||
#
|
||||
|
||||
@ -321,6 +325,8 @@ popd
|
||||
|
||||
#
|
||||
|
||||
mkdir -p /home/free/Downloads
|
||||
|
||||
pushd /home/free/Downloads
|
||||
|
||||
wget https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovran_SystemsOS_Reseter/sovran_systemsOS_reseter_local_installer/sovran_systemsOS_reseter_install.sh
|
||||
@ -341,6 +347,9 @@ popd
|
||||
|
||||
#
|
||||
|
||||
|
||||
mkdir -p /home/free/Pictures
|
||||
|
||||
pushd /home/free/Downloads
|
||||
|
||||
wget https://git.sovransystems.com/Sovran_Systems/Sovran_SystemsOS/raw/branch/main/for_new_sovran_pros/Wallpaper_Dark_Wide.png
|
||||
|
Loading…
Reference in New Issue
Block a user