mirror of
https://github.com/guilhermewerner/dotfiles
synced 2025-06-16 03:14:19 +00:00
Merge branch 'main' of https://github.com/GuilhermeWerner/Setup
This commit is contained in:
@ -1 +1,3 @@
|
||||
#!/usr/bin/env zsh
|
||||
|
||||
touch ~/.hushlogin
|
||||
|
@ -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