mirror of
https://github.com/harish2704/installer-scripts.git
synced 2026-09-10 06:11:08 +00:00
update bin links
This commit is contained in:
@@ -33,6 +33,16 @@ mainInstaller(){
|
|||||||
checkPaths;
|
checkPaths;
|
||||||
performDownloads;
|
performDownloads;
|
||||||
doInstall;
|
doInstall;
|
||||||
|
updateBinLinks;
|
||||||
|
}
|
||||||
|
|
||||||
|
updateBinLinks(){
|
||||||
|
cd $localBinDir;
|
||||||
|
for i in $(find "$appDir" -name 'binaries.lst'); do
|
||||||
|
for f in $(cat $i);do
|
||||||
|
ls -s $(dirname $i)/$f ./;
|
||||||
|
done;
|
||||||
|
done;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user