Make FIle: skipped error check when updateing perms NM
This commit is contained in:
2
Makefile
2
Makefile
@@ -8,7 +8,7 @@ list: #Shows this list
|
|||||||
|
|
||||||
prep_buildenv: #Preperation for build (setting file permissons, etc)
|
prep_buildenv: #Preperation for build (setting file permissons, etc)
|
||||||
cp -rf customization/${Customization}/* config
|
cp -rf customization/${Customization}/* config
|
||||||
chmod 600 config/includes.chroot/etc/NetworkManager/system-connections/*.nmconnection
|
-chmod 600 config/includes.chroot/etc/NetworkManager/system-connections/*.nmconnection
|
||||||
|
|
||||||
install_buildenv: # Install packages required to build the image
|
install_buildenv: # Install packages required to build the image
|
||||||
sudo apt -y install live-build make build-essential wget git unzip colordiff apt-transport-https rename ovmf rsync python3-venv gnupg apt-utils cpio
|
sudo apt -y install live-build make build-essential wget git unzip colordiff apt-transport-https rename ovmf rsync python3-venv gnupg apt-utils cpio
|
||||||
|
|||||||
Reference in New Issue
Block a user