Update 'debian.sh'

This commit is contained in:
verita84 2022-12-08 15:26:11 +00:00
parent 89cc5eacf7
commit a80d02e419

View File

@ -1,5 +1,16 @@
#!/bin/bash
########################
# INSTRUCTIONS
# For new disk installs, initialize the disk to setup Encryption and partitions:
# ./debian.sh initialize nvme0n1
#
# Before running the install, change the User and Passwords in this file
#
# To install/reinstall the OS:
# ./debian.sh install nvme0n1
#
# reboot
########################
#Configure this section
########################
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin