Update 'debian.sh'
This commit is contained in:
parent
89cc5eacf7
commit
a80d02e419
11
debian.sh
11
debian.sh
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user