This commit is contained in:
Werner
2023-03-27 15:03:48 -03:00
3 changed files with 15 additions and 3 deletions

View File

@ -1 +1,3 @@
#!/usr/bin/env zsh
touch ~/.hushlogin

View File

@ -1,9 +1,11 @@
#!/usr/bin/env sh
export DEBIAN_FRONTEND=noninteractive
touch ~/.hushlogin
# Update
export DEBIAN_FRONTEND=noninteractive
sudo apt update && sudo apt upgrade -y
# Dependencies