• Windows安装scoop的方法


    1.Make sure PowerShell 5 (or later, include PowerShell Core) and .NET Framework 4.5 (or later) are installed. Then run
    执行下面的命令:
    Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')

    or shorter

    或者执行下面更简短的命令
    iwr -useb get.scoop.sh | iex

    2.Note: if you get an error you might need to change the execution policy (i.e. enable Powershell) with
    如果执行上面的2条命令都失败了,请先执行下面的命令来改变执行策略
    Set-ExecutionPolicy RemoteSigned -scope CurrentUser

  • 相关阅读:
    css 面试学习
    关于CSS的图像放大问题的解决,需要借助jQuery等直接用css3设置
    DEBUG使用
    crontab
    od
    dumpe2fs
    mke2fs
    dd
    GDB
    rm
  • 原文地址:https://www.cnblogs.com/nonamelake/p/14541709.html
Copyright © 2020-2023  润新知