mirror of
https://github.com/cimryan/teslausb.git
synced 2026-03-01 04:30:33 +00:00
Move archiveloop, archive-teslacam-clips, and remountfs_rw to the top level.
This commit is contained in:
@@ -96,9 +96,9 @@ function configure_archive_scripts () {
|
|||||||
mkdir /root/bin
|
mkdir /root/bin
|
||||||
|
|
||||||
pushd /root/bin
|
pushd /root/bin
|
||||||
wget https://raw.githubusercontent.com/"$REPO"/teslausb/"$BRANCH"/windows_archive/archiveloop
|
wget https://raw.githubusercontent.com/"$REPO"/teslausb/"$BRANCH"/archiveloop
|
||||||
|
|
||||||
wget https://raw.githubusercontent.com/"$REPO"/teslausb/"$BRANCH"/windows_archive/archive-teslacam-clips
|
wget https://raw.githubusercontent.com/"$REPO"/teslausb/"$BRANCH"/archive-teslacam-clips
|
||||||
|
|
||||||
if [ $RSYNC_ENABLE = true ]
|
if [ $RSYNC_ENABLE = true ]
|
||||||
then
|
then
|
||||||
@@ -124,11 +124,10 @@ function configure_archive_scripts () {
|
|||||||
popd
|
popd
|
||||||
echo "Configured the archive scripts."
|
echo "Configured the archive scripts."
|
||||||
|
|
||||||
pushd /root
|
pushd /root/bin
|
||||||
wget https://raw.githubusercontent.com/"$REPO"/teslausb/"$BRANCH"/windows_archive/remountfs_rw
|
wget https://raw.githubusercontent.com/"$REPO"/teslausb/"$BRANCH"/remountfs_rw
|
||||||
chmod +x remountfs_rw
|
chmod +x remountfs_rw
|
||||||
popd
|
popd
|
||||||
echo "Downloaded script to remount filesystems read/write if needed (/root/remountfs_rw)."
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function configure_pushover_scripts() {
|
function configure_pushover_scripts() {
|
||||||
|
|||||||
Reference in New Issue
Block a user