Initial commit
This commit is contained in:
16
customcd/files/root/autorun1
Normal file
16
customcd/files/root/autorun1
Normal file
@@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
# autorun1
|
||||
# Rescue CD Backup & Restore Utility text client startup
|
||||
# version 7.2.5
|
||||
# Rod Wright 1/16/2024
|
||||
# Refer to CHANGELOG file for details.
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
/etc/init.d/NetworkManager stop
|
||||
export PATH=$PATH:/root/rescuebru
|
||||
rm -f /root/.zshrc
|
||||
rm -f /root/.bashrc
|
||||
cp /root/zshrc.rescuebru /root/.zshrc
|
||||
cp /root/bashrc.rescuebru /root/.bashrc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user