Skip to content

Commit 2e0adaa

Browse files
committed
just use bash
1 parent bee4cb6 commit 2e0adaa

19 files changed

+19
-19
lines changed

greatspn/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /bin/sh
1+
#! /bin/bash
22

33
# Installation script for GreatSPN
44

greatspn/install_packages.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /bin/sh
1+
#! /bin/bash
22

33
# install as root
44
apt-get update

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /bin/sh
1+
#! /bin/bash
22

33
#./install_itstools.sh
44

install_packages.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /bin/sh
1+
#! /bin/bash
22

33
set -x
44

lola/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /bin/sh
1+
#! /bin/bash
22

33
cd bin ;
44
mkdir dl

lola/uninstall.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /bin/sh
1+
#! /bin/bash
22

33

44
rm bin/sara

ltsmin/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /bin/sh
1+
#! /bin/bash
22

33
cd bin ;
44
mkdir dl

ltsmin/install_packages.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /bin/sh
1+
#! /bin/bash
22

33
# install as root
44

ltsmin/uninstall.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#! /bin/sh
1+
#! /bin/bash
22

33
rm bin/pnml*

marcie/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /bin/sh
1+
#! /bin/bash
22

33
# grab archive
44
wget --no-check-certificate https://www-dssz.informatik.tu-cottbus.de/track/download.php?id=240 -O marcie.zip

marcie/install_packages.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /bin/sh
1+
#! /bin/bash
22

33
# install as root
44
apt-get update

marcie/uninstall.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#! /bin/sh
1+
#! /bin/bash
22

33
rm bin/marcie

pnmc/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /bin/sh
1+
#! /bin/bash
22

33

44
cd bin

pnmc/install_packages.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /bin/sh
1+
#! /bin/bash
22

33
# install as root
44

pnmc/uninstall.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /bin/sh
1+
#! /bin/bash
22

33

44
cd bin

smart/install_packages.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /bin/sh
1+
#! /bin/bash
22

33
# install as root
44
apt-get update

smpt/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /bin/sh
1+
#! /bin/bash
22

33
# Installation script for SMPT
44
mkdir -p bin

smpt/install_packages.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /bin/sh
1+
#! /bin/bash
22

33
# install as root
44
apt-get update

uninstall.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /bin/sh
1+
#! /bin/bash
22

33

44
for i in */ ;

0 commit comments

Comments
 (0)