Added files to git repo
This commit is contained in:
37
finalize.sh
Executable file
37
finalize.sh
Executable file
@ -0,0 +1,37 @@
|
||||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
|
||||
|
||||
BASEDIR="$(dirname "${0}" | sed "s|^\.|${PWD}|")"
|
||||
|
||||
|
||||
printf '\033[?47l\012'
|
||||
|
||||
cat << EOF
|
||||
#######################################
|
||||
## ##
|
||||
## $(cat "${BASEDIR}/title") Script ##
|
||||
## ##
|
||||
## Jean <jean@easthighnerd.net> ##
|
||||
## ##
|
||||
#######################################
|
||||
|
||||
|
||||
################
|
||||
## ##
|
||||
## Finalize ##
|
||||
## ##
|
||||
################
|
||||
|
||||
EOF
|
||||
|
||||
|
||||
sudo timedatectl
|
||||
|
||||
sudo usermod -p '*' root
|
||||
|
||||
flatpak --user\
|
||||
remote-add\
|
||||
--if-not-exists\
|
||||
flathub\
|
||||
https://flathub.org/repo/flathub.flatpakrepo
|
Reference in New Issue
Block a user