This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
umbrel-os
mirror of
https://github.com/lukechilds/umbrel-os.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21
Commits
13
Branches
21
Tags
1.2 MiB
Shell
99%
sed
1%
Tree:
09e2db4f2a
0.2.13
0.2.15
block-microsoft
connection-details
default-password
master
patch-1
patch-2
swap
umbrel-0.3.0
umbrel-v0.2.12
umbrel-v0.3.5
zip-name
0.0.1.5
0.0.1.6
0.0.1.7
0.0.1.8
0.0.1.9
0.0.2
0.0.2.1
0.0.2.2
0.0.2.3
0.0.2.4
0.0.2.5
0.0.2.6
0.0.2.7
0.0.2.8
0.0.3-beta
v0.0.2-build.10
v0.0.2-build.9
v0.0.2-build20200609
v0.0.4-beta
v0.0.4-beta.2
v0.0.4-beta.3
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '09e2db4f2a'
${ noResults }
umbrel-os
/
stage2
/
prerun.sh
7 lines
84 B
Raw
Blame
History
#!/bin/bash -e
apt-get update
if
[
! -d
"
${
ROOTFS_DIR
}
"
]
;
then
copy_previous
fi
Reference in new issue