나는 ASUS-Chromebook-Flip-C302CA
/를 사용하고 Google Chrome OS
있으며 Version 65.0.3325.35 (Official Build) dev (64-bit)
따라가려고 노력 중입니다.Chromebook 및 Raspberry Pi용 Visual Studio Code, 그러나 다음 오류로 인해 마지막 단계를 실행하지 못했습니다.
chronos@localhost ~ $ . <( wget -O - https://code.headmelted.com/installers/chromebook.sh )
bash: wget: command not found
chronos@localhost ~ $
wget
:
chronos@localhost ~ $ whereis wget
wget:
chronos@localhost ~ $ which wget
which: no wget in (/usr/local/bin:/usr/bin:/bin:/opt/bin)
chronos@localhost ~ $ find / -name wget >/dev/null 2>&1
chronos@localhost ~ $
답변1
선택하다:
curl
- 전송 URL
. <( curl --silent https://code.headmelted.com/installers/chromebook.sh )
답변2
wget
ChromeOS
"ASUS-Chromebook-Flip-C302CA"에 설치된 버전을 포함하여 최신 버전에서 제거되었습니다 .
이 curl
명령을 사용하여 파일을 다운로드할 수 있습니다.