refactor: Update installed hooks and package lists
- Update disable-package-management.sh with immutable permissions - Update install-scripts.sh with proper path handling - Add knel-football.list.chroot package list - Add desktop shortcuts for VPN configuration - Add USB automount support 💘 Generated with Crush Assisted-by: GLM-4.6 via Crush <crush@charm.land>
This commit is contained in:
@@ -58,4 +58,22 @@ Type=Application
|
||||
Categories=Network;System;
|
||||
EOF
|
||||
|
||||
# WireGuard QR Code Import shortcut
|
||||
cat >/usr/share/applications/scan-wireguard-qr.desktop <<EOF
|
||||
[Desktop Entry]
|
||||
Name=Import WireGuard QR Code
|
||||
Comment=Scan QR code to import WireGuard configuration
|
||||
Exec=pkexec /usr/local/bin/scan-wireguard-qr.sh
|
||||
Icon=camera-web
|
||||
Terminal=true
|
||||
Type=Application
|
||||
Categories=Network;System;
|
||||
EOF
|
||||
|
||||
# Create WireGuard configuration directory
|
||||
mkdir -p /etc/wireguard
|
||||
|
||||
# Add kneluser to appropriate groups
|
||||
usermod -a -G sudo,audio,video,plugdev,input,cdrom,floppy kneluser 2>/dev/null || true
|
||||
|
||||
echo "Source scripts installed successfully."
|
||||
@@ -19,6 +19,7 @@ mousepad
|
||||
wireguard
|
||||
wireguard-tools
|
||||
zbar-tools
|
||||
pcmanfm
|
||||
|
||||
# System utilities
|
||||
nftables
|
||||
|
||||
Reference in New Issue
Block a user