Skip to content

Commit

Permalink
Merge pull request #76 from IGEL-Community:OS12-ipm-profiles
Browse files Browse the repository at this point in the history
OS12 ipm profiles
  • Loading branch information
rneher-igel authored Dec 23, 2024
2 parents 5384601 + 5ff5837 commit b2fb4be
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 1 deletion.
Binary file removed CP_Packages/Apps/Frame.zip
Binary file not shown.
Binary file removed CP_Packages/Apps/Microsoft_Visual_Studio_Code.zip
Binary file not shown.
Binary file removed CP_Packages/Apps/Remmina.zip
Binary file not shown.
Binary file removed CP_Packages/Apps/VueScan.zip
Binary file not shown.
Binary file removed CP_Packages/Browsers/Google_Chrome.zip
Binary file not shown.
Binary file removed CP_Packages/Network/WireGuard_VPN_Client.zip
Binary file not shown.
Binary file removed CP_Packages/Office/LibreOffice.zip
Binary file not shown.
Binary file removed CP_Packages/Unified_Communications/Webex.zip
Binary file not shown.
Binary file removed CP_Packages/Unified_Communications/Zoom.zip
Binary file not shown.
4 changes: 3 additions & 1 deletion utils/make-cp-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,13 @@ for category in $CATEGORIES; do
mkdir "$cpt/target"
cp *.xml "$cpt/igel"
cp igel/*.xml "$cpt/igel"
cp *.ipm "$cpt/igel"
cp igel/*.ipm "$cpt/igel"
cp *.inf "$cpt/target"
cp target/*.inf "$cpt/target"
cp *.sh "$cpt/target"
cp *.md "$cpt/target"
cp -R !(*.xml|*.inf|*.sh|*.md|$cpt) "$cpt/target"
cp -R !(*.ipm|*.xml|*.inf|*.sh|*.md|$cpt) "$cpt/target"
cp $COMMONREADME "$cpt"
cp $COMMONDISCLAIMER "$cpt"
cd $cpt
Expand Down

0 comments on commit b2fb4be

Please sign in to comment.