mirror of
https://github.com/guilhermewerner/dotfiles
synced 2025-06-14 10:24:20 +00:00
Update Ubuntu.sh
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user