Skip to content

Commit a9b3371

Browse files
committed
[DELETED] profile.d
1 parent 1dc111f commit a9b3371

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

airootfs/etc/profile.d/calamares.sh

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
# Path to calamares.desktop in the ISO's root
4+
CALAMARES_DESKTOP="/etc/skel/Desktop/calamares.desktop"
5+
6+
# Make calamares.desktop executable
7+
chmod +x "$CALAMARES_DESKTOP"

0 commit comments

Comments
 (0)