base: update package repository on startup
This commit is contained in:
parent
538cc9319e
commit
831a0c97ab
7
base/etc/startup.d/50_msk.sh
Executable file
7
base/etc/startup.d/50_msk.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
if kcmdline -q no-startup-msk then exit 0
|
||||
|
||||
echo -n "Checking for package updates..." >> /dev/pex/splash
|
||||
msk update
|
||||
|
Loading…
Reference in New Issue
Block a user