common text for reposinit output

This commit is contained in:
Dirk Alders 2022-05-08 15:28:42 +02:00
parent fcfcf72c41
commit 9f0c412449

View File

@ -1,4 +1,8 @@
#!/bin/sh #!/bin/sh
# #
echo "* Creating virtual env"
./mkvenv ./mkvenv
echo "* Creating link in homedirectory"
ln -s `pwd` ~/bin ln -s `pwd` ~/bin