Adjust install, file-copy, and theme logic after first run on arch linux
This commit is contained in:
@@ -49,7 +49,10 @@ sed 1d "installs_and_builds/programs.csv" |
|
||||
|
||||
[[ $name = 'zz_skip' || $kind = 'zz_skip' ]] && continue
|
||||
|
||||
[[ $kind = 'package_manager' ]] && ${=BOX_SETUP_INSTALL_COMMAND} ${=name} || {
|
||||
echo "-- installing $name"
|
||||
[[ $kind = 'package_manager' ]] && {
|
||||
${=BOX_SETUP_INSTALL_COMMAND} ${=name}
|
||||
}|| {
|
||||
[[ $kind = 'build_custom' ]] && build_custom $name
|
||||
}
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user