mirror of
https://github.com/cimryan/teslausb.git
synced 2026-03-01 04:30:33 +00:00
Move create-backingfiles-partition.sh, create-backingfiles.sh, make-root-fs-readonly.sh to top level.
This commit is contained in:
@@ -60,11 +60,11 @@ function check_available_space () {
|
|||||||
|
|
||||||
function get_ancillary_setup_scripts () {
|
function get_ancillary_setup_scripts () {
|
||||||
pushd /tmp
|
pushd /tmp
|
||||||
wget https://raw.githubusercontent.com/"$REPO"/teslausb/"$BRANCH"/windows_archive/create-backingfiles-partition.sh
|
wget https://raw.githubusercontent.com/"$REPO"/teslausb/"$BRANCH"/create-backingfiles-partition.sh
|
||||||
chmod +x ./create-backingfiles-partition.sh
|
chmod +x ./create-backingfiles-partition.sh
|
||||||
wget https://raw.githubusercontent.com/"$REPO"/teslausb/"$BRANCH"/windows_archive/create-backingfiles.sh
|
wget https://raw.githubusercontent.com/"$REPO"/teslausb/"$BRANCH"/create-backingfiles.sh
|
||||||
chmod +x ./create-backingfiles.sh
|
chmod +x ./create-backingfiles.sh
|
||||||
wget https://raw.githubusercontent.com/"$REPO"/teslausb/"$BRANCH"/windows_archive/make-root-fs-readonly.sh
|
wget https://raw.githubusercontent.com/"$REPO"/teslausb/"$BRANCH"/make-root-fs-readonly.sh
|
||||||
chmod +x ./make-root-fs-readonly.sh
|
chmod +x ./make-root-fs-readonly.sh
|
||||||
popd
|
popd
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user