浏览代码

Remove deprecated script installer

DricomDragon 4 年之前
父节点
当前提交
be10f4236f
共有 1 个文件被更改,包括 0 次插入19 次删除
  1. 0 19
      Install/git-script-install

+ 0 - 19
Install/git-script-install

@@ -1,19 +0,0 @@
-#!/usr/bin/fish
-
-# Run this programm in jovian shell
-# Should be run after basic-install
-# Install jovian custom scripts
-
-## Install scripts
-cd /home/jovian/Linux ;
-git clone ssh://gituser@jovian-hersemeule.eu:7025/home/gituser/JovianScripts.git ;
-cd JovianScripts/Useful/ ;
-sudo ./inst inst jovian disable ;
-sudo inst checkinst jovian disable ;
-sudo inst curgitb jovian disable ;
-sudo inst dccheck jovian disable ;
-sudo inst dcpull jovian disable ;
-sudo inst dcpush jovian disable ;
-sudo inst isgitrepo jovian disable ;
-sudo inst upoff jovian disable ;
-sudo inst usbpush jovian disable ;