Falexom

Untitled

Jan 3rd, 2022 (edited)
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.44 KB | None | 0 0
  1. # idk works it or nah
  2.  
  3. import os
  4.  
  5. os.system('sudo timedatectl set-timezone Europe/Moscow')
  6. os.system('sudo timedatectl set-ntp true)
  7.  
  8.  
  9. os.system('sudo apt update -y && sudo apt upgrade -y')
  10. os.system('sudo apt install python3-pip chromium-browser supervisor mysql-server python3-dev default-libmysqlclient-dev python3-venv nginx net-tools openssh-server git -y')
  11. os.system('sudo systemctl enable ssh')
  12. os.system('sudo systemctl start ssh')
Add Comment
Please, Sign In to add comment