浏览代码

Use bash instead of fish

Can't use fish before installing it, therefore this script need to be run with bash.
DricomDragon 4 年之前
父节点
当前提交
08765ca82f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Install/basic-install

+ 1 - 1
Install/basic-install

@@ -1,4 +1,4 @@
-#!/usr/bin/fish
+#!/bin/bash
 
 
 # Install basic programms
 # Install basic programms
 sudo apt install htop screen w3m tree
 sudo apt install htop screen w3m tree