cannot install vscode-docker-cli
SHORT DESCRIPTION (required)
Well cannot install following process
DETAILED STEPS TO REPRODUCE (required)
[john@doe bin]$ curl -fsSL https://gitlab.com/exadra37-dockerize/visual-studio-code/raw/master/setup/install.sh
curl: (22) The requested URL returned error: 401 Unauthorized
[john@doe bin]$ curl -L https://gitlab.com/exadra37-bash/bin-package-installer/raw/0.0.1.0/src/installer.sh | \
> bash -s -- -n exadra37-dockerize-vscode -p dockerize-vscode-cli -t last-stable-release -s vscode:src/dockerize-vscode-cli.sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 8343 100 8343 0 0 8343 0 0:00:01 0:00:01 --:--:-- 7142
Installing Bash Package Manager from: https://github.com/exadra37-bash/package-manager.git
Note: checking out '64a5bc44dd5c57af794fdee21a664977dd81ffa8'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b <new-branch-name>
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 136 0 136 0 0 136 0 --:--:-- --:--:-- --:--:-- 307
100 16908 0 16908 0 0 16908 0 --:--:-- 0:00:01 --:--:-- 15301
gzip: stdin: unexpected end of file
package-manager-0.2.0/.gitignore
package-manager-0.2.0/AUTHOR.md
package-manager-0.2.0/LICENSE
package-manager-0.2.0/README.md
package-manager-0.2.0/required-packages.pkg
package-manager-0.2.0/self-install.sh
package-manager-0.2.0/src/
package-manager-0.2.0/src/package-manager.sh
package-manager-0.2.0/src/sourcing/
package-manager-0.2.0/src/sourcing/package-manager-trait.source.sh
tar: Child returned status 1
tar: Error is not recoverable: exiting now
[john@doe bin]$ installer.sh | \
> bash -s -- -n exadra37-dockerize-vscode -p dockerize-vscode-cli -t last-stable-release -s vscode:src/dockerize-vscode-cli.sh
bash: /home/lch/bin/installer.sh: Permission denied
```bash
[john@doe bin]$ ./installer.sh | bash -s -- -n exadra37-dockerize-vscode -p dockerize-vscode-cli -t last-stable-release -s vscode:src/dockerize-vscode-cli.sh
bash: ./installer.sh: Permission denied
[john@doe bin]$ chmod +x *.sh
[john@doe bin]$ ./installer.sh | bash -s -- -n exadra37-dockerize-vscode -p dockerize-vscode-cli -t last-stable-release -s vscode:src/dockerize-vscode-cli.sh
cat: /home/lch/bin/../docs/installer-help.txt: No such file or directory
bash: line 2: unexpected EOF while looking for matching `''
bash: line 4: syntax error: unexpected end of file
[john@doe bin]$ chmod +x *.sh
[john@doe bin]$ ./dockerize-vscode-cli.sh
/home/lch/bin/functions/vscode-run.source.sh: line 26: /home/lch/bin/functions/../../vendor/exadra37-bash/dockerize-app/src/functions/docker-run.source.sh: No such file or directory
[john@doe bin]$
EXPECTED BEHAVIUOR (required)
well install the vscode and run it
Edited by exadra37