Add more scripts
This commit is contained in:
parent
50c517fdc1
commit
a542d51a4b
|
@ -1,5 +1,4 @@
|
||||||
#!/bin/bash -xe
|
#!/bin/bash -xe
|
||||||
|
|
||||||
pmbootstrap shutdown
|
./clean-pmbootstrap.sh
|
||||||
yes | pmbootstrap zap --all
|
./clean-kernel.sh
|
||||||
sudo rm -r ~/code/linux-a7y18lte/.output/*
|
|
||||||
|
|
3
clean-kernel.sh
Executable file
3
clean-kernel.sh
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash -xe
|
||||||
|
|
||||||
|
sudo rm -r ~/code/linux-a7y18lte/.output/*
|
4
clean-pmbootstrap.sh
Executable file
4
clean-pmbootstrap.sh
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
pmbootstrap shutdown
|
||||||
|
yes | pmbootstrap zap --all
|
3
setup-chroot.sh
Executable file
3
setup-chroot.sh
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
pmbootstrap chroot apk add git dtbtool-exynos
|
Loading…
Reference in New Issue
Block a user