mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
fix
This commit is contained in:
parent
6a529d9ccc
commit
6d4a612302
|
|
@ -145,7 +145,7 @@ install_roswell_bin () {
|
|||
$SUDO dpkg -i /tmp/roswell.deb
|
||||
fi
|
||||
fi
|
||||
elif [ `uname` = "FreeBSD"]; then
|
||||
elif [ `uname` = "FreeBSD" ]; then
|
||||
apt_unless_installed gmake
|
||||
apt_unless_installed roswell
|
||||
elif [ `uname` = "Darwin" ] && [ $ROSWELL_BRANCH = release ]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue